aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-03-25 03:36:08 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-03-25 03:36:08 +0800
commita5648ebc9f48d57a6d941f8161fa29ebcc9b091e (patch)
treebeb94badecc68130c07a6d41a9d0f74a61691b38 /calendar/gui/gnome-cal.c
parentff927bfe0dc52b58b39af53654916d3fbf63a039 (diff)
downloadgsoc2013-evolution-a5648ebc9f48d57a6d941f8161fa29ebcc9b091e.tar
gsoc2013-evolution-a5648ebc9f48d57a6d941f8161fa29ebcc9b091e.tar.gz
gsoc2013-evolution-a5648ebc9f48d57a6d941f8161fa29ebcc9b091e.tar.bz2
gsoc2013-evolution-a5648ebc9f48d57a6d941f8161fa29ebcc9b091e.tar.lz
gsoc2013-evolution-a5648ebc9f48d57a6d941f8161fa29ebcc9b091e.tar.xz
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/gnome-cal.c')
-rw-r--r--calendar/gui/gnome-cal.c3
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);