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/gui/calendar-commands.c | |
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/gui/calendar-commands.c')
-rw-r--r-- | calendar/gui/calendar-commands.c | 8 |
1 files changed, 0 insertions, 8 deletions
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", |