gimp r25443 - in trunk: . app/plug-in



Author: neo
Date: Wed Apr  9 18:10:01 2008
New Revision: 25443
URL: http://svn.gnome.org/viewvc/gimp?rev=25443&view=rev

Log:
2008-04-09  Sven Neumann  <sven gimp org>

	* app/plug-in/plug-in-menu-path.c (plug_in_menu_path_map): 
removed
	function name from debug output.



Modified:
   trunk/ChangeLog
   trunk/app/plug-in/plug-in-menu-path.c

Modified: trunk/app/plug-in/plug-in-menu-path.c
==============================================================================
--- trunk/app/plug-in/plug-in-menu-path.c	(original)
+++ trunk/app/plug-in/plug-in-menu-path.c	Wed Apr  9 18:10:01 2008
@@ -119,8 +119,7 @@
                 mapped = g_strdup (mapped_path);
               }
 
-            g_printerr ("%s: mapped %s to %s\n", G_STRFUNC,
-                        orig, mapped);
+            g_printerr (" mapped '%s' to '%s'\n", orig, mapped);
 
             g_free (orig);
             g_free (mapped);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]