remove debug test

2005-01-27  JP Rosevear  <jpr@novell.com>

	* itip-formatter.c (find_cal_opened_cb): remove debug test

svn path=/trunk/; revision=28590
This commit is contained in:
JP Rosevear
2005-01-28 02:02:41 +00:00
committed by JP Rosevear
parent e1510a09fc
commit 4fca3e656f
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2005-01-27 JP Rosevear <jpr@novell.com>
* itip-formatter.c (find_cal_opened_cb): remove debug test
442005-01-27 JP Rosevear <jpr@novell.com>
* itip-formatter.c: add some debugging spew
2005-01-27 Rodrigo Moya <rodrigo@novell.com>

View File

@ -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 */