From ef0a6a40cbad39f2a94c95c94d977b199dddfebf Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Mon, 9 Nov 2009 17:58:28 +0000 Subject: Migrate file MRU prefs (bzr r8827) --- src/inkscape.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/inkscape.cpp') diff --git a/src/inkscape.cpp b/src/inkscape.cpp index 586abd22b..8506f05de 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -1457,6 +1457,7 @@ profile_path(const char *filename) if (needsMigration) { // TODO here is a point to hook in preference migration g_warning("Preferences need to be migrated from 0.46 or older %s to %s", legacyDir, prefdir); + Inkscape::Preferences::migrate( legacyDir, prefdir ); } bool needsRenameWarning = ( !Inkscape::IO::file_test( prefdir, G_FILE_TEST_EXISTS ) && Inkscape::IO::file_test( dev47Dir, G_FILE_TEST_EXISTS ) ); -- cgit v1.2.3