aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/gui/calendar-component.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index d3f194533c..8fa8d07f2d 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -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:
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index 97b8b18846..fd838385d8 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -152,7 +152,7 @@ ensure_sources (CalendarComponent *component)
}
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);