aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-time-sel.c
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2007-03-06 02:44:04 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2007-03-06 02:44:04 +0800
commit550afcd67e9842114e344be88bcd3388f5d6293f (patch)
treeeacc0f166072be8299947211f99078b5a47138f3 /calendar/gui/e-meeting-time-sel.c
parent30ab2da0006a9c89660240cb05dfabfe0d15b863 (diff)
downloadgsoc2013-evolution-550afcd67e9842114e344be88bcd3388f5d6293f.tar
gsoc2013-evolution-550afcd67e9842114e344be88bcd3388f5d6293f.tar.gz
gsoc2013-evolution-550afcd67e9842114e344be88bcd3388f5d6293f.tar.bz2
gsoc2013-evolution-550afcd67e9842114e344be88bcd3388f5d6293f.tar.lz
gsoc2013-evolution-550afcd67e9842114e344be88bcd3388f5d6293f.tar.xz
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.c6
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;