gimp r26664 - in trunk: . app/tools



Author: mitch
Date: Tue Aug 19 15:42:31 2008
New Revision: 26664
URL: http://svn.gnome.org/viewvc/gimp?rev=26664&view=rev

Log:
2008-08-19  Michael Natterer  <mitch gimp org>

	* app/tools/gimpgegltool.c (gimp_gegl_tool_dialog): formatting.



Modified:
   trunk/ChangeLog
   trunk/app/tools/gimpgegltool.c

Modified: trunk/app/tools/gimpgegltool.c
==============================================================================
--- trunk/app/tools/gimpgegltool.c	(original)
+++ trunk/app/tools/gimpgegltool.c	Tue Aug 19 15:42:31 2008
@@ -318,10 +318,11 @@
           strstr (opclass->categories, "blur")    ||
           strstr (opclass->categories, "edge")    ||
           strstr (opclass->categories, "render"))
-
-        gtk_list_store_insert_with_values (store, NULL, -1,
-                                           0, opclass->name,
-                                           -1);
+        {
+          gtk_list_store_insert_with_values (store, NULL, -1,
+                                             0, opclass->name,
+                                             -1);
+        }
     }
 
   g_list_free (opclasses);



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