Author: sragavan Date: Mon Feb 18 06:03:43 2008 New Revision: 35043 URL: http://svn.gnome.org/viewvc/evolution?rev=35043&view=rev
Log: 2008-02-18 Srinivasa Ragavan <[EMAIL PROTECTED]> * ical-format.c: (do_save_calendar_ical): Patch from OpenSUSE Modified: trunk/plugins/save-calendar/ChangeLog trunk/plugins/save-calendar/ical-format.c Modified: trunk/plugins/save-calendar/ical-format.c ============================================================================== --- trunk/plugins/save-calendar/ical-format.c (original) +++ trunk/plugins/save-calendar/ical-format.c Mon Feb 18 06:03:43 2008 @@ -105,7 +105,7 @@ return; /* open source client */ - source_client = auth_new_cal_from_source (primary_source, type); + source_client = (ECal*) auth_new_cal_from_source (primary_source, type); if (!e_cal_open (source_client, TRUE, &error)) { display_error_message (gtk_widget_get_toplevel (GTK_WIDGET (target->selector)), error->message); g_object_unref (source_client); _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.