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



Author: neo
Date: Wed May  7 08:05:00 2008
New Revision: 25580
URL: http://svn.gnome.org/viewvc/gimp?rev=25580&view=rev

Log:
2008-05-07  Sven Neumann  <sven gimp org>

	* app/plug-in/gimpplugin-cleanup.c (gimp_plug_in_cleanup_item):
	commented out debug message.


Modified:
   trunk/ChangeLog
   trunk/app/plug-in/gimpplugin-cleanup.c

Modified: trunk/app/plug-in/gimpplugin-cleanup.c
==============================================================================
--- trunk/app/plug-in/gimpplugin-cleanup.c	(original)
+++ trunk/app/plug-in/gimpplugin-cleanup.c	Wed May  7 08:05:00 2008
@@ -334,11 +334,13 @@
 
   if (cleanup->shadow_tiles)
     {
+#if 0
       GimpProcedure *proc = proc_frame->procedure;
 
       g_printerr ("Plug-In '%s' didn't free shadow tiles of drawable '%s'.\n",
                   gimp_plug_in_procedure_get_label (GIMP_PLUG_IN_PROCEDURE (proc)),
                   gimp_object_get_name (GIMP_OBJECT (item)));
+#endif
 
       gimp_drawable_free_shadow_tiles (GIMP_DRAWABLE (item));
     }



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