aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-model.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-09-19 13:01:15 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-09-19 13:01:15 +0800
commitd9775521cad4588963b2edb297551c85fae1459f (patch)
tree82eeec4abb08804c0910e6b688c979a0fd2f6582 /calendar/gui/e-meeting-model.c
parent473b555274038c64abd485fa8975b19a0c499d16 (diff)
downloadgsoc2013-evolution-d9775521cad4588963b2edb297551c85fae1459f.tar
gsoc2013-evolution-d9775521cad4588963b2edb297551c85fae1459f.tar.gz
gsoc2013-evolution-d9775521cad4588963b2edb297551c85fae1459f.tar.bz2
gsoc2013-evolution-d9775521cad4588963b2edb297551c85fae1459f.tar.lz
gsoc2013-evolution-d9775521cad4588963b2edb297551c85fae1459f.tar.xz
gsoc2013-evolution-d9775521cad4588963b2edb297551c85fae1459f.tar.zst
gsoc2013-evolution-d9775521cad4588963b2edb297551c85fae1459f.zip
remove silly debug #if 0
2001-09-19 JP Rosevear <jpr@ximian.com> * gui/e-meeting-model.c (e_meeting_model_refresh_busy_periods): remove silly debug #if 0 * gui/calendar-commands.c (publish_freebusy_cmd): g_list_free rather than g_free * gui/e-itip-control.c (write_html): eliminate code path that caused double freed memory svn path=/trunk/; revision=12972
Diffstat (limited to 'calendar/gui/e-meeting-model.c')
-rw-r--r--calendar/gui/e-meeting-model.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/e-meeting-model.c b/calendar/gui/e-meeting-model.c
index f492c89a07..35c50c153c 100644
--- a/calendar/gui/e-meeting-model.c
+++ b/calendar/gui/e-meeting-model.c
@@ -1218,7 +1218,6 @@ e_meeting_model_refresh_busy_periods (EMeetingModel *im, EMeetingModelRefreshCal
for (i = 0; i < priv->attendees->len; i++)
g_ptr_array_index (not_found, i) = g_ptr_array_index (priv->attendees, i);
-#if 0
/* Check the server for free busy data */
if (priv->client) {
GList *fb_data, *users = NULL, *l;
@@ -1260,7 +1259,7 @@ e_meeting_model_refresh_busy_periods (EMeetingModel *im, EMeetingModelRefreshCal
process_free_busy (im, ia, cal_component_get_as_string (comp));
}
}
-#endif
+
/* Look for fburl's of attendee with no free busy info on server */
if (!priv->book_loaded) {
priv->book_load_wait = TRUE;