aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/migration.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-03-27 04:43:35 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-03-27 04:43:35 +0800
commit54e9cf9b84060c405bcbf2ff4a835c702f6cf188 (patch)
tree53761239e25a9ce79222148c6b993fa17341973a /calendar/gui/migration.c
parent1c420e296a6c33885b0516bc16abce77f794e487 (diff)
downloadgsoc2013-evolution-54e9cf9b84060c405bcbf2ff4a835c702f6cf188.tar
gsoc2013-evolution-54e9cf9b84060c405bcbf2ff4a835c702f6cf188.tar.gz
gsoc2013-evolution-54e9cf9b84060c405bcbf2ff4a835c702f6cf188.tar.bz2
gsoc2013-evolution-54e9cf9b84060c405bcbf2ff4a835c702f6cf188.tar.lz
gsoc2013-evolution-54e9cf9b84060c405bcbf2ff4a835c702f6cf188.tar.xz
gsoc2013-evolution-54e9cf9b84060c405bcbf2ff4a835c702f6cf188.tar.zst
gsoc2013-evolution-54e9cf9b84060c405bcbf2ff4a835c702f6cf188.zip
no need to explicitly add the contacts group, the create function does
2004-03-26 JP Rosevear <jpr@ximian.com> * gui/migration.c (migrate_calendars): no need to explicitly add the contacts group, the create function does this properly svn path=/trunk/; revision=25203
Diffstat (limited to 'calendar/gui/migration.c')
-rw-r--r--calendar/gui/migration.c7
1 files changed, 0 insertions, 7 deletions
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;