Fix indentation.
2007-11-24 Martin Nordholts <martinn@svn.gnome.org> * app/tools/gimprectangleoptions.c (gimp_rectangle_options_iface_base_init): Fix indentation. svn path=/trunk/; revision=24227
This commit is contained in:

committed by
Martin Nordholts

parent
6e22ccd92a
commit
c94eb4d170
@ -1,3 +1,8 @@
|
|||||||
|
2007-11-24 Martin Nordholts <martinn@svn.gnome.org>
|
||||||
|
|
||||||
|
* app/tools/gimprectangleoptions.c
|
||||||
|
(gimp_rectangle_options_iface_base_init): Fix indentation.
|
||||||
|
|
||||||
2007-11-24 Martin Nordholts <martinn@svn.gnome.org>
|
2007-11-24 Martin Nordholts <martinn@svn.gnome.org>
|
||||||
|
|
||||||
* app/tools/gimprectangletool.[ch]: Renamed RECT_* identifiers of
|
* app/tools/gimprectangletool.[ch]: Renamed RECT_* identifiers of
|
||||||
|
@ -164,21 +164,21 @@ gimp_rectangle_options_iface_base_init (GimpRectangleOptionsInterface *iface)
|
|||||||
GIMP_PARAM_READWRITE |
|
GIMP_PARAM_READWRITE |
|
||||||
G_PARAM_CONSTRUCT));
|
G_PARAM_CONSTRUCT));
|
||||||
|
|
||||||
g_object_interface_install_property (iface,
|
g_object_interface_install_property (iface,
|
||||||
gimp_param_spec_unit ("position-unit",
|
gimp_param_spec_unit ("position-unit",
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
TRUE, TRUE,
|
TRUE, TRUE,
|
||||||
GIMP_UNIT_PIXEL,
|
GIMP_UNIT_PIXEL,
|
||||||
GIMP_PARAM_READWRITE |
|
GIMP_PARAM_READWRITE |
|
||||||
G_PARAM_CONSTRUCT));
|
G_PARAM_CONSTRUCT));
|
||||||
|
|
||||||
g_object_interface_install_property (iface,
|
g_object_interface_install_property (iface,
|
||||||
gimp_param_spec_unit ("size-unit",
|
gimp_param_spec_unit ("size-unit",
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
TRUE, TRUE,
|
TRUE, TRUE,
|
||||||
GIMP_UNIT_PIXEL,
|
GIMP_UNIT_PIXEL,
|
||||||
GIMP_PARAM_READWRITE |
|
GIMP_PARAM_READWRITE |
|
||||||
G_PARAM_CONSTRUCT));
|
G_PARAM_CONSTRUCT));
|
||||||
|
|
||||||
g_object_interface_install_property (iface,
|
g_object_interface_install_property (iface,
|
||||||
g_param_spec_boolean ("fixed-rule-active",
|
g_param_spec_boolean ("fixed-rule-active",
|
||||||
@ -296,13 +296,13 @@ gimp_rectangle_options_iface_base_init (GimpRectangleOptionsInterface *iface)
|
|||||||
GIMP_PARAM_READWRITE |
|
GIMP_PARAM_READWRITE |
|
||||||
GIMP_PARAM_STATIC_STRINGS));
|
GIMP_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
g_object_interface_install_property (iface,
|
g_object_interface_install_property (iface,
|
||||||
gimp_param_spec_unit ("fixed-unit",
|
gimp_param_spec_unit ("fixed-unit",
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
TRUE, TRUE,
|
TRUE, TRUE,
|
||||||
GIMP_UNIT_PIXEL,
|
GIMP_UNIT_PIXEL,
|
||||||
GIMP_PARAM_READWRITE |
|
GIMP_PARAM_READWRITE |
|
||||||
G_PARAM_CONSTRUCT));
|
G_PARAM_CONSTRUCT));
|
||||||
|
|
||||||
g_object_interface_install_property (iface,
|
g_object_interface_install_property (iface,
|
||||||
g_param_spec_boolean ("fixed-center",
|
g_param_spec_boolean ("fixed-center",
|
||||||
|
Reference in New Issue
Block a user