evolution r35043 - trunk/plugins/save-calendar



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  <sragavan novell com>

	* 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]