mirror of https://github.com/GNOME/gimp.git
formatting.
2008-08-19 Michael Natterer <mitch@gimp.org> * app/tools/gimpgegltool.c (gimp_gegl_tool_dialog): formatting. svn path=/trunk/; revision=26664
This commit is contained in:
parent
d0d41d814c
commit
8ed8670d01
|
@ -1,3 +1,7 @@
|
|||
2008-08-19 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/tools/gimpgegltool.c (gimp_gegl_tool_dialog): formatting.
|
||||
|
||||
2008-08-19 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/plug-in/gimpplugin.[ch] (struct GimpPlugIn)
|
||||
|
|
|
@ -318,10 +318,11 @@ gimp_gegl_tool_dialog (GimpImageMapTool *image_map_tool)
|
|||
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);
|
||||
|
|
Loading…
Reference in New Issue