diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-03-06 02:44:04 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-03-06 02:44:04 +0800 |
commit | 550afcd67e9842114e344be88bcd3388f5d6293f (patch) | |
tree | eacc0f166072be8299947211f99078b5a47138f3 /calendar/gui/e-meeting-time-sel.c | |
parent | 30ab2da0006a9c89660240cb05dfabfe0d15b863 (diff) | |
download | gsoc2013-evolution-550afcd67e9842114e344be88bcd3388f5d6293f.tar.gz gsoc2013-evolution-550afcd67e9842114e344be88bcd3388f5d6293f.tar.zst gsoc2013-evolution-550afcd67e9842114e344be88bcd3388f5d6293f.zip |
Query for freebusy information only when the window is clicked.
svn path=/trunk/; revision=33283
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.c')
-rw-r--r-- | calendar/gui/e-meeting-time-sel.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/e-meeting-time-sel.c b/calendar/gui/e-meeting-time-sel.c index e0d261b1aa..c8fed9e2e6 100644 --- a/calendar/gui/e-meeting-time-sel.c +++ b/calendar/gui/e-meeting-time-sel.c @@ -1206,8 +1206,8 @@ e_meeting_time_selector_refresh_cb (gpointer data) mts->last_cursor_set = GDK_LEFT_PTR; e_meeting_time_selector_item_set_normal_cursor (E_MEETING_TIME_SELECTOR_ITEM (mts->item_top)); e_meeting_time_selector_item_set_normal_cursor (E_MEETING_TIME_SELECTOR_ITEM (mts->item_main)); - } - + } + if (mts->display_top != NULL) gtk_widget_queue_draw (mts->display_top); if (mts->display_main != NULL) @@ -1218,7 +1218,7 @@ e_meeting_time_selector_refresh_cb (gpointer data) return FALSE; } -static void +void e_meeting_time_selector_refresh_free_busy (EMeetingTimeSelector *mts, int row, gboolean all) { EMeetingTime start, end; |