From 6f57f92231266e6b194cf630851d4ac481cd43c1 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 11 Nov 2003 17:11:09 +0000 Subject: use a standard calendar status (backend_cal_opened_online): ditto 2003-11-11 JP Rosevear * gui/calendar-offline-handler.c (backend_cal_opened_offline): use a standard calendar status (backend_cal_opened_online): ditto * gui/alarm-notify/alarm-queue.c (cal_opened_cb): ditto * gui/gnome-cal.c (client_cal_opened_cb): ditto * gui/e-tasks.c (cal_opened_cb): ditto * gui/e-itip-control.c (default_server_started_cb): ditto * gui/e-cal-model.c (cal_opened_cb): ditto * gui/comp-editor-factory.c (cal_opened_cb): ditto svn path=/trunk/; revision=23286 --- calendar/gui/e-itip-control.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/e-itip-control.c') diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index e05079dd88..9df137866a 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -2142,7 +2142,7 @@ typedef struct ObjectRequestContext; static void -default_server_started_cb (ECal *client, ECalOpenStatus status, gpointer data) +default_server_started_cb (ECal *client, ECalendarStatus status, gpointer data) { ObjectRequestContext *context = data; EItipControlPrivate *priv; @@ -2151,7 +2151,7 @@ default_server_started_cb (ECal *client, ECalOpenStatus status, gpointer data) priv = context->itip->priv; - if (status != E_CAL_OPEN_SUCCESS || + if (status != E_CALENDAR_STATUS_OK || context->itip->priv->destroyed || context->itip->priv->html == NULL) { g_object_unref (context->client); -- cgit v1.2.3