From 227c437d1ca986624d92b9d2cb70c97f8b1d6ee4 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 6 Oct 2004 14:22:04 +0000 Subject: pass the variable in correctly 2004-10-06 JP Rosevear * gui/itip-utils.c (comp_server_send): pass the variable in correctly svn path=/trunk/; revision=27476 --- calendar/gui/itip-utils.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c index cf59acf460..9679cdcb45 100644 --- a/calendar/gui/itip-utils.c +++ b/calendar/gui/itip-utils.c @@ -30,7 +30,6 @@ #include #include #include -#include #include #include #include @@ -541,7 +540,7 @@ comp_server_send (ECalComponentItipMethod method, ECalComponent *comp, ECal *cli GError *error = NULL; top_level = comp_toplevel_with_zones (method, comp, client, zones); - if (!e_cal_send_objects (client, top_level, &users, &returned_icalcomp, &error)) { + if (!e_cal_send_objects (client, top_level, users, &returned_icalcomp, &error)) { /* FIXME Really need a book problem status code */ if (error->code != E_CALENDAR_STATUS_OK) { /* FIXME Better error message */ @@ -1138,8 +1137,6 @@ itip_publish_comp (ECal *client, gchar *uri, gchar *username, SoupMessage *msg; SoupUri *real_uri; char *ical_string; - char *prompt; - gboolean remember = FALSE; toplevel = e_cal_util_new_top_level (); icalcomponent_set_method (toplevel, ICAL_METHOD_PUBLISH); -- cgit v1.2.3