fixed misplaced debug output.

2008-07-09  Sven Neumann  <sven@gimp.org>

        * app/core/gimp-user-install.c (gimp_user_install_detect_old):
        fixed misplaced debug output.


svn path=/trunk/; revision=26096
This commit is contained in:
Sven Neumann 2008-07-09 14:46:42 +00:00 committed by Sven Neumann
parent 23459bf568
commit 72799c954c
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2008-07-09 Sven Neumann <sven@gimp.org>
* app/core/gimp-user-install.c (gimp_user_install_detect_old):
fixed misplaced debug output.
2008-07-09 Sven Neumann <sven@gimp.org>
* app/display/gimpdisplayshell-close.c (gimp_display_shell_close):

View File

@ -219,11 +219,11 @@ gimp_user_install_detect_old (GimpUserInstall *install)
migrate = g_file_test (dir, G_FILE_TEST_IS_DIR);
#ifdef GIMP_UNSTABLE
g_printerr ("gimp-user-install: migrating from %s\n", dir);
#endif
if (migrate)
{
#ifdef GIMP_UNSTABLE
g_printerr ("gimp-user-install: migrating from %s\n", dir);
#endif
install->old_major = 2;
install->old_minor = i;