mirror of https://github.com/GNOME/gimp.git
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:
parent
23459bf568
commit
72799c954c
|
@ -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>
|
2008-07-09 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/display/gimpdisplayshell-close.c (gimp_display_shell_close):
|
* app/display/gimpdisplayshell-close.c (gimp_display_shell_close):
|
||||||
|
|
|
@ -219,11 +219,11 @@ gimp_user_install_detect_old (GimpUserInstall *install)
|
||||||
|
|
||||||
migrate = g_file_test (dir, G_FILE_TEST_IS_DIR);
|
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)
|
if (migrate)
|
||||||
{
|
{
|
||||||
|
#ifdef GIMP_UNSTABLE
|
||||||
|
g_printerr ("gimp-user-install: migrating from %s\n", dir);
|
||||||
|
#endif
|
||||||
install->old_major = 2;
|
install->old_major = 2;
|
||||||
install->old_minor = i;
|
install->old_minor = i;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue