[evolution-patches] patch for calendar-component.c



This is patch for the recent change i amde to ensure default sources.
Change log explains the rest.


Siva
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2674
diff -u -p -r1.2674 ChangeLog
--- ChangeLog	23 Feb 2005 18:56:55 -0000	1.2674
+++ ChangeLog	25 Feb 2005 08:26:36 -0000
@@ -1,3 +1,10 @@
+2005-02-25  Sivaiah Nallagatla <snallagatla novell com>
+
+	* gui/calendar-component.c (ensure_sources) :
+	Make sure the base uri is same as the one
+	migration code uses. Avoids two "On This Computer"
+	groups when both migration and this code runs.
+	
 2005-02-23  Hans Petter Jansson  <hpj novell com>
 
 	* common/authentication.c:
Index: gui/calendar-component.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/calendar-component.c,v
retrieving revision 1.197
diff -u -p -r1.197 calendar-component.c
--- gui/calendar-component.c	22 Feb 2005 01:04:51 -0000	1.197
+++ gui/calendar-component.c	25 Feb 2005 08:26:36 -0000
@@ -152,7 +152,7 @@ ensure_sources (CalendarComponent *compo
 	}
 
 	base_uri = g_build_filename (calendar_component_peek_base_directory (component),
-				     "calendar", "local",
+				     "/calendar/local/",
 				     NULL);
 
 	base_uri_proto = g_strconcat ("file://", base_uri, NULL);


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