gimp r24645 - in trunk: . app/gegl



Author: mitch
Date: Fri Jan 18 13:48:25 2008
New Revision: 24645
URL: http://svn.gnome.org/viewvc/gimp?rev=24645&view=rev

Log:
2008-01-18  Michael Natterer  <mitch gimp org>

	* app/gegl/gimpoperationtilesink.c (class_init)
	* app/gegl/gimpoperationcolorize.c (class_init): cosmetic.



Modified:
   trunk/ChangeLog
   trunk/app/gegl/gimpoperationtilesink.c
   trunk/app/gegl/gimpoperationtilesource.c

Modified: trunk/app/gegl/gimpoperationtilesink.c
==============================================================================
--- trunk/app/gegl/gimpoperationtilesink.c	(original)
+++ trunk/app/gegl/gimpoperationtilesink.c	Fri Jan 18 13:48:25 2008
@@ -99,16 +99,15 @@
 
   gegl_operation_class_set_name (operation_class, "gimp-tilemanager-sink");;
 
-  g_object_class_install_property (object_class,
-                                   PROP_TILE_MANAGER,
+  g_object_class_install_property (object_class, PROP_TILE_MANAGER,
                                    g_param_spec_boxed ("tile-manager",
                                                        "Tile Manager",
                                                        "The tile manager to use as a destination",
                                                        GIMP_TYPE_TILE_MANAGER,
                                                        G_PARAM_READWRITE |
                                                        G_PARAM_CONSTRUCT));
-  g_object_class_install_property (object_class,
-                                   PROP_LINEAR,
+
+  g_object_class_install_property (object_class, PROP_LINEAR,
                                    g_param_spec_boolean ("linear",
                                                          "Linear data",
                                                          "Should the data written to the tile-manager be linear or gamma-corrected?",

Modified: trunk/app/gegl/gimpoperationtilesource.c
==============================================================================
--- trunk/app/gegl/gimpoperationtilesource.c	(original)
+++ trunk/app/gegl/gimpoperationtilesource.c	Fri Jan 18 13:48:25 2008
@@ -91,16 +91,15 @@
 
   gegl_operation_class_set_name (operation_class, "gimp-tilemanager-source");;
 
-  g_object_class_install_property (object_class,
-                                   PROP_TILE_MANAGER,
+  g_object_class_install_property (object_class, PROP_TILE_MANAGER,
                                    g_param_spec_boxed ("tile-manager",
                                                        "Tile Manager",
                                                        "The tile manager to use as source",
                                                        GIMP_TYPE_TILE_MANAGER,
                                                        G_PARAM_READWRITE |
                                                        G_PARAM_CONSTRUCT));
-  g_object_class_install_property (object_class,
-                                   PROP_LINEAR,
+
+  g_object_class_install_property (object_class, PROP_LINEAR,
                                    g_param_spec_boolean ("linear",
                                                          "Linear data",
                                                          "Should the data read from the tile-manager assumed to be linear or gamma-corrected?",



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