diff options
Diffstat (limited to 'calendar/gui/gnome-cal.c')
-rw-r--r-- | calendar/gui/gnome-cal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index 8b51f895a6..cd0280c55b 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -1372,8 +1372,8 @@ gnome_calendar_init (GnomeCalendar *gcal) setup_config (gcal); setup_widgets (gcal); - priv->calendar_menu = e_cal_menu_new("com.novell.evolution.calendar.view"); - priv->taskpad_menu = e_cal_menu_new("com.novell.evolution.calendar.taskpad"); + priv->calendar_menu = e_cal_menu_new("org.gnome.evolution.calendar.view"); + priv->taskpad_menu = e_cal_menu_new("org.gnome.evolution.calendar.taskpad"); priv->dn_queries = NULL; priv->sexp = g_strdup ("#t"); /* Match all */ |