From 54e9cf9b84060c405bcbf2ff4a835c702f6cf188 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 26 Mar 2004 20:43:35 +0000 Subject: no need to explicitly add the contacts group, the create function does 2004-03-26 JP Rosevear * gui/migration.c (migrate_calendars): no need to explicitly add the contacts group, the create function does this properly svn path=/trunk/; revision=25203 --- calendar/ChangeLog | 5 +++++ calendar/gui/migration.c | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 5111eedbe3..01e66f7883 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2004-03-26 JP Rosevear + + * gui/migration.c (migrate_calendars): no need to explicitly add + the contacts group, the create function does this properly + 2004-03-26 JP Rosevear * gui/migration.c (migrate_calendars): make sure we always sync diff --git a/calendar/gui/migration.c b/calendar/gui/migration.c index 731affe6d8..eecb0856b7 100644 --- a/calendar/gui/migration.c +++ b/calendar/gui/migration.c @@ -598,13 +598,6 @@ migrate_calendars (CalendarComponent *component, int major, int minor, int revis dialog_close (); } - if (minor == 5 && revision < 2) { - ESourceGroup *group; - - group = create_calendar_contact_source (calendar_component_peek_source_list (component)); - g_object_unref (group); - } - if (minor == 5 && revision < 5) { GConfClient *gconf; GConfValue *gconf_val; -- cgit