aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-time-sel.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-05-23 04:08:47 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-05-23 04:08:47 +0800
commit304c256fa115af14c400536d05fa1183bdcd9be6 (patch)
tree4591a3dcde32568acb200b7bf376d353e760d5e7 /calendar/gui/e-meeting-time-sel.c
parent870f16c1da69616cc6c35f2afb4d0737c2c43033 (diff)
downloadgsoc2013-evolution-304c256fa115af14c400536d05fa1183bdcd9be6.tar
gsoc2013-evolution-304c256fa115af14c400536d05fa1183bdcd9be6.tar.gz
gsoc2013-evolution-304c256fa115af14c400536d05fa1183bdcd9be6.tar.bz2
gsoc2013-evolution-304c256fa115af14c400536d05fa1183bdcd9be6.tar.lz
gsoc2013-evolution-304c256fa115af14c400536d05fa1183bdcd9be6.tar.xz
gsoc2013-evolution-304c256fa115af14c400536d05fa1183bdcd9be6.tar.zst
gsoc2013-evolution-304c256fa115af14c400536d05fa1183bdcd9be6.zip
Fixes #41329
2003-05-22 JP Rosevear <jpr@ximian.com> Fixes #41329 * gui/e-meeting-time-sel.c (e_meeting_time_selector_on_zoomed_out_toggled): make sure the meeting time is shown afterwards (e_meeting_time_selector_on_working_hours_toggled): ditto svn path=/trunk/; revision=21322
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.c')
-rw-r--r--calendar/gui/e-meeting-time-sel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/e-meeting-time-sel.c b/calendar/gui/e-meeting-time-sel.c
index e41c9691be..94eabe7214 100644
--- a/calendar/gui/e-meeting-time-sel.c
+++ b/calendar/gui/e-meeting-time-sel.c
@@ -1910,6 +1910,7 @@ e_meeting_time_selector_on_zoomed_out_toggled (GtkWidget *menuitem,
gtk_menu_popdown (GTK_MENU (mts->options_menu));
e_meeting_time_selector_set_zoomed_out (mts, GTK_CHECK_MENU_ITEM (menuitem)->active);
+ e_meeting_time_selector_ensure_meeting_time_shown (mts);
}
@@ -1923,6 +1924,7 @@ e_meeting_time_selector_on_working_hours_toggled (GtkWidget *menuitem,
gtk_menu_popdown (GTK_MENU (mts->options_menu));
e_meeting_time_selector_set_working_hours_only (mts, GTK_CHECK_MENU_ITEM (menuitem)->active);
+ e_meeting_time_selector_ensure_meeting_time_shown (mts);
}