[evolution-patches] Fix for a build breaker committed.



hi,

A kind and stern reminder to all committers to 'compile and test'  their
code before committing. 
પ

Thanks,
Harish


Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2902
diff -u -p -r1.2902 ChangeLog
--- ChangeLog	21 Dec 2005 13:22:03 -0000	1.2902
+++ ChangeLog	23 Dec 2005 04:31:47 -0000
@@ -1,3 +1,9 @@
+2005-12-23  Harish Krishnaswamy  <kharish novell com>
+
+	* conduits/calendar/calendar-conduit.c
+	(calconduit_load_configuration): Fix a build breaker.
+	g_filename_to_uri takes 3 arguments.
+
 2005-12-21  Chenthill Palanisamy  <pchenthill novell com>
 
 	Fixes #306150
Index: conduits/calendar/calendar-conduit.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/conduits/calendar/calendar-conduit.c,v
retrieving revision 1.131
diff -u -p -r1.131 calendar-conduit.c
--- conduits/calendar/calendar-conduit.c	17 Dec 2005 12:19:36 -0000	1.131
+++ conduits/calendar/calendar-conduit.c	23 Dec 2005 04:31:49 -0000
@@ -168,7 +168,7 @@ calconduit_load_configuration (guint32 p
 							  NULL);
 				/* need to upgrade the last_uri. yay. */
 				g_free (c->last_uri);
-				c->last_uri = g_filename_to_uri (new_filename);
+				c->last_uri = g_filename_to_uri (new_filename, NULL, NULL);
 				g_free (new_filename);
 			}
 		}




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