diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-06-05 06:13:06 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-06-05 06:13:06 +0800 |
commit | 0fe5f48137199e039a6cfbb4e33c4b535936f3c0 (patch) | |
tree | 0f7b5d7a449f01e62b73037d67b24f8022676bf8 | |
parent | ad1e5a3b6a708bac960111f9e9d63d18d2058df6 (diff) | |
download | gsoc2013-evolution-0fe5f48137199e039a6cfbb4e33c4b535936f3c0.tar gsoc2013-evolution-0fe5f48137199e039a6cfbb4e33c4b535936f3c0.tar.gz gsoc2013-evolution-0fe5f48137199e039a6cfbb4e33c4b535936f3c0.tar.bz2 gsoc2013-evolution-0fe5f48137199e039a6cfbb4e33c4b535936f3c0.tar.lz gsoc2013-evolution-0fe5f48137199e039a6cfbb4e33c4b535936f3c0.tar.xz gsoc2013-evolution-0fe5f48137199e039a6cfbb4e33c4b535936f3c0.tar.zst gsoc2013-evolution-0fe5f48137199e039a6cfbb4e33c4b535936f3c0.zip |
gal_view_menus_set_show_define_views (..., FALSE);
2002-06-04 Christopher James Lahey <clahey@ximian.com>
* gui/gnome-cal.c (gnome_calendar_setup_view_menus):
gal_view_menus_set_show_define_views (..., FALSE);
svn path=/trunk/; revision=17112
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/gnome-cal.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1a3a6231f1..b7e5de5bbb 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2002-06-04 Christopher James Lahey <clahey@ximian.com> + * gui/gnome-cal.c (gnome_calendar_setup_view_menus): + gal_view_menus_set_show_define_views (..., FALSE); + +2002-06-04 Christopher James Lahey <clahey@ximian.com> + * gui/e-tasks.c (e_tasks_setup_view_menus), gui/gnome-cal.c (gnome_calendar_setup_view_menus): Set the title of our GalViewCollection. diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index 7e0b88ad8c..5501744863 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -1393,6 +1393,7 @@ gnome_calendar_setup_view_menus (GnomeCalendar *gcal, BonoboUIComponent *uic) priv->view_instance = gal_view_instance_new (collection, cal_client_get_uri (priv->client)); priv->view_menus = gal_view_menus_new (priv->view_instance); + gal_view_menus_set_show_define_views (priv->view_menus, FALSE); gal_view_menus_apply (priv->view_menus, uic, NULL); gnome_calendar_set_view (gcal, priv->current_view_type, TRUE, FALSE); |