From b208198bfc746e5964a05e6b3d9fce6a09f68217 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 1 Apr 2004 03:32:36 +0000 Subject: make sure we unset the float value for the panes if converting from 1.4 2004-03-31 JP Rosevear * gui/migration.c (migrate_calendars): make sure we unset the float value for the panes if converting from 1.4 and earlier svn path=/trunk/; revision=25274 --- calendar/gui/migration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/migration.c') diff --git a/calendar/gui/migration.c b/calendar/gui/migration.c index 674773e0f3..e4534b1243 100644 --- a/calendar/gui/migration.c +++ b/calendar/gui/migration.c @@ -610,7 +610,7 @@ migrate_calendars (CalendarComponent *component, int major, int minor, int revis dialog_close (); } - if (minor == 5 && revision < 5) { + if (minor <= 4 || (minor == 5 && revision < 5)) { GConfClient *gconf; GConfValue *gconf_val; int i; -- cgit v1.2.3