diff options
author | JP Rosevear <jpr@ximian.com> | 2004-03-25 03:36:08 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-03-25 03:36:08 +0800 |
commit | a5648ebc9f48d57a6d941f8161fa29ebcc9b091e (patch) | |
tree | beb94badecc68130c07a6d41a9d0f74a61691b38 /calendar/gui | |
parent | ff927bfe0dc52b58b39af53654916d3fbf63a039 (diff) | |
download | gsoc2013-evolution-a5648ebc9f48d57a6d941f8161fa29ebcc9b091e.tar.gz gsoc2013-evolution-a5648ebc9f48d57a6d941f8161fa29ebcc9b091e.tar.zst gsoc2013-evolution-a5648ebc9f48d57a6d941f8161fa29ebcc9b091e.zip |
remove debug code that slipped in
004-03-24 JP Rosevear <jpr@ximian.com>
* gui/gnome-cal.c (client_cal_opened_cb): remove debug code that
slipped in
svn path=/trunk/; revision=25170
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/gnome-cal.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index 853a60b297..4b1bb840aa 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -1732,8 +1732,7 @@ client_cal_opened_cb (ECal *ecal, ECalendarStatus status, GnomeCalendar *gcal) e_calendar_view_set_status_message (E_CALENDAR_VIEW (gnome_calendar_get_current_view_widget (gcal)), NULL); - if (0) { -// if (status == E_CALENDAR_STATUS_OK) { + if (status == E_CALENDAR_STATUS_OK) { if (ecal == priv->task_pad_client) { msg = g_strdup_printf (_("Loading tasks at %s"), e_cal_get_uri (ecal)); e_calendar_view_set_status_message (E_CALENDAR_VIEW (gnome_calendar_get_current_view_widget (gcal)), msg); |