From 4fca3e656fa19a29f0657a0c20152bc223e81583 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 28 Jan 2005 02:02:41 +0000 Subject: remove debug test 2005-01-27 JP Rosevear * itip-formatter.c (find_cal_opened_cb): remove debug test svn path=/trunk/; revision=28590 --- plugins/itip-formatter/itip-formatter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/itip-formatter/itip-formatter.c') diff --git a/plugins/itip-formatter/itip-formatter.c b/plugins/itip-formatter/itip-formatter.c index 1315ea1e6f..d0f8471e88 100644 --- a/plugins/itip-formatter/itip-formatter.c +++ b/plugins/itip-formatter/itip-formatter.c @@ -370,7 +370,7 @@ find_cal_opened_cb (ECal *ecal, ECalendarStatus status, gpointer data) g_signal_handlers_disconnect_matched (ecal, G_SIGNAL_MATCH_FUNC, 0, 0, NULL, find_cal_opened_cb, NULL); - if (status == E_CALENDAR_STATUS_OK) { + if (status != E_CALENDAR_STATUS_OK) { /* FIXME Do we really want to warn here? If we fail * to find the item, this won't be cleared but the * selector might be shown */ -- cgit v1.2.3