don't copy menurc, the format changed anyway.
2004-11-08 Sven Neumann <sven@gimp.org> * app/dialogs/user-install-dialog.c (user_install_migrate_files): don't copy menurc, the format changed anyway.
This commit is contained in:
committed by
Sven Neumann
parent
92de18c6f4
commit
f717b25658
@ -1248,6 +1248,7 @@ user_install_migrate_files (const gchar *oldgimp,
|
||||
|
||||
if (g_file_test (source, G_FILE_TEST_IS_REGULAR) &&
|
||||
(strncmp (basename, "gimpswap.", 9) != 0) &&
|
||||
(strncmp (basename, "menurc", 6) != 0) &&
|
||||
(strncmp (basename, "pluginrc", 8) != 0) &&
|
||||
(strncmp (basename, "themerc", 7) != 0))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user