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:
Sven Neumann
2004-11-08 21:01:52 +00:00
committed by Sven Neumann
parent 92de18c6f4
commit f717b25658
2 changed files with 6 additions and 0 deletions

View File

@ -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))
{