gimp r26096 - in trunk: . app/core
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26096 - in trunk: . app/core
- Date: Wed, 9 Jul 2008 14:46:42 +0000 (UTC)
Author: neo
Date: Wed Jul 9 14:46:42 2008
New Revision: 26096
URL: http://svn.gnome.org/viewvc/gimp?rev=26096&view=rev
Log:
2008-07-09 Sven Neumann <sven gimp org>
* app/core/gimp-user-install.c (gimp_user_install_detect_old):
fixed misplaced debug output.
Modified:
trunk/ChangeLog
trunk/app/core/gimp-user-install.c
Modified: trunk/app/core/gimp-user-install.c
==============================================================================
--- trunk/app/core/gimp-user-install.c (original)
+++ trunk/app/core/gimp-user-install.c Wed Jul 9 14:46:42 2008
@@ -219,11 +219,11 @@
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]