aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-calendar-table.c')
-rw-r--r--calendar/gui/e-calendar-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c
index e995481a8b..e324188c45 100644
--- a/calendar/gui/e-calendar-table.c
+++ b/calendar/gui/e-calendar-table.c
@@ -1188,7 +1188,7 @@ e_calendar_table_show_popup_menu (ETable *table,
if (!selection)
return TRUE;
- ep = e_cal_popup_new("com.novell.evolution.tasks.table.popup");
+ ep = e_cal_popup_new("org.gnome.evolution.tasks.table.popup");
events = g_ptr_array_new();
for (l=selection;l;l=g_slist_next(l))