diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-09 09:55:19 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-09 09:55:19 +0800 |
commit | d57e87fca120f15192221dd3927fe373ef9b69a7 (patch) | |
tree | bb73326f0d99442f10cd7806ab62f3a06d1c3f97 /calendar | |
parent | a451a634c20ffb820fd07700b9bb88fbd29df2b9 (diff) | |
download | gsoc2013-evolution-d57e87fca120f15192221dd3927fe373ef9b69a7.tar gsoc2013-evolution-d57e87fca120f15192221dd3927fe373ef9b69a7.tar.gz gsoc2013-evolution-d57e87fca120f15192221dd3927fe373ef9b69a7.tar.bz2 gsoc2013-evolution-d57e87fca120f15192221dd3927fe373ef9b69a7.tar.lz gsoc2013-evolution-d57e87fca120f15192221dd3927fe373ef9b69a7.tar.xz gsoc2013-evolution-d57e87fca120f15192221dd3927fe373ef9b69a7.tar.zst gsoc2013-evolution-d57e87fca120f15192221dd3927fe373ef9b69a7.zip |
Remove "Close calendar" command, which does not make much sense.
svn path=/trunk/; revision=3990
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/calendar-commands.c | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 72d722fce5..0d3bf2333b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2000-07-08 Ettore Perazzoli <ettore@helixcode.com> + + * gui/calendar-commands.c (calendar_control_activate): Remove + "close calendar" command. + 2000-07-08 Anders Carlsson <andersca@gnu.org> * gui/e-week-view.c (e_week_view_on_button_press): Handle mouse wheel scrolling. diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index dc74e20f00..db7b50d25d 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -676,14 +676,6 @@ calendar_control_activate (BonoboControl *control, GNOME_STOCK_PIXMAP_PRINT, 'p', GDK_CONTROL_MASK, file_print_cb, cal); - bonobo_ui_handler_menu_new_item (uih, "/File/Close", N_("_Close Calendar"), - N_("Close current calendar"), - -1, BONOBO_UI_HANDLER_PIXMAP_NONE, NULL, - 0, 0, close_cmd, cal); - /*bonobo_ui_handler_menu_new_item (uih, "/File/Exit", - N_("_Exit"), N_("Exit"), - -1, BONOBO_UI_HANDLER_PIXMAP_NONE, NULL, - 0, 0, quit_cmd, cal); */ /* edit menu */ bonobo_ui_handler_menu_new_item (uih, "/Edit/New Appointment", |