From 1acc4863a3c1a150ffe7f6ebf30ee21204ceceab Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Fri, 25 Feb 2005 17:08:08 +0000 Subject: Make sure the base uri is same as the one migration code uses. Avoids two 2005-02-25 Sivaiah Nallagatla * 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. svn path=/trunk/; revision=28890 --- calendar/ChangeLog | 7 +++++++ calendar/gui/calendar-component.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 + + * 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 * 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); -- cgit v1.2.3