From 8cfe52bd9e50155e045442a4ae80bd2e1fe060f0 Mon Sep 17 00:00:00 2001 From: Philip Van Hoof Date: Mon, 3 Jan 2005 12:39:33 +0000 Subject: Warning when overwriting file 2004-12-27 Philip Van Hoof * csv-format.c, rdf-format.c: Warning when overwriting file svn path=/trunk/; revision=28213 --- plugins/save-calendar/save-calendar.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/save-calendar/save-calendar.c') diff --git a/plugins/save-calendar/save-calendar.c b/plugins/save-calendar/save-calendar.c index d55a7d876f..23dc40065c 100644 --- a/plugins/save-calendar/save-calendar.c +++ b/plugins/save-calendar/save-calendar.c @@ -225,8 +225,7 @@ ask_destination_and_save (EPlugin *ep, ECalPopupTargetSource *target, ECalSource } - if (proceed) - { + if (proceed) { handler->save (handler, ep, target, type, dest_uri); /* Free the handlers */ g_list_foreach (format_handlers, format_handlers_foreach_free, NULL); -- cgit v1.2.3