From a5648ebc9f48d57a6d941f8161fa29ebcc9b091e Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 24 Mar 2004 19:36:08 +0000 Subject: remove debug code that slipped in 004-03-24 JP Rosevear * gui/gnome-cal.c (client_cal_opened_cb): remove debug code that slipped in svn path=/trunk/; revision=25170 --- calendar/gui/gnome-cal.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'calendar/gui/gnome-cal.c') 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); -- cgit v1.2.3