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.h | |
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.h')
-rw-r--r-- | calendar/gui/e-meeting-time-sel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-meeting-time-sel.h b/calendar/gui/e-meeting-time-sel.h index 8697950e06..04352b9af4 100644 --- a/calendar/gui/e-meeting-time-sel.h +++ b/calendar/gui/e-meeting-time-sel.h @@ -383,6 +383,7 @@ void e_meeting_time_selector_calculate_time (EMeetingTimeSelector *mts, EMeetingTime*time); gint e_meeting_time_selector_calculate_time_position (EMeetingTimeSelector *mts, EMeetingTime *mtstime); +void e_meeting_time_selector_refresh_free_busy (EMeetingTimeSelector *mts, int row, gboolean all); /* Debugging function to dump information on all attendees. */ #ifdef E_MEETING_TIME_SELECTOR_DEBUG |