aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/save-calendar/save-calendar.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2005-02-25 17:55:29 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2005-02-25 17:55:29 +0800
commiteb66f839dc393431d562d06097707935823f164c (patch)
treef724b4a911f80e9fbe871b5a32f9a91ca4532f7e /plugins/save-calendar/save-calendar.c
parent05c4087326c88277be5644eb63e6200d8104f3cb (diff)
downloadgsoc2013-evolution-eb66f839dc393431d562d06097707935823f164c.tar
gsoc2013-evolution-eb66f839dc393431d562d06097707935823f164c.tar.gz
gsoc2013-evolution-eb66f839dc393431d562d06097707935823f164c.tar.bz2
gsoc2013-evolution-eb66f839dc393431d562d06097707935823f164c.tar.lz
gsoc2013-evolution-eb66f839dc393431d562d06097707935823f164c.tar.xz
gsoc2013-evolution-eb66f839dc393431d562d06097707935823f164c.tar.zst
gsoc2013-evolution-eb66f839dc393431d562d06097707935823f164c.zip
Fixes #71527
2005-02-21 Rodrigo Moya <rodrigo@novell.com> Fixes #71527 * ical-format.c (display_error_message): changed to get a simple string instead of a GError. (do_save_calendar_ical): use GNOME-VFS for saving the file. svn path=/trunk/; revision=28888
Diffstat (limited to 'plugins/save-calendar/save-calendar.c')
-rw-r--r--plugins/save-calendar/save-calendar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/save-calendar/save-calendar.c b/plugins/save-calendar/save-calendar.c
index 48a0614704..b2b6d88b4c 100644
--- a/plugins/save-calendar/save-calendar.c
+++ b/plugins/save-calendar/save-calendar.c
@@ -128,7 +128,6 @@ ask_destination_and_save (EPlugin *ep, ECalPopupTargetSource *target, ECalSource
format_handlers = g_list_append (format_handlers,
rdf_format_handler_new ());
-
/* The Type GtkComboBox */
gtk_box_pack_start (GTK_BOX (extra_widget), GTK_WIDGET (combo),
TRUE, TRUE, 0);