RSS/Atom feed Twitter
Site is read-only, email is disabled

typo in gimpruler.c

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

typo in gimpruler.c jcupitt@gmail.com 12 Jun 09:13
  typo in gimpruler.c Michael Natterer 14 Jun 21:06
jcupitt@gmail.com
2015-06-12 09:13:32 UTC (almost 9 years ago)

typo in gimpruler.c

Hi, I noticed a small typo in gimpruler.c on the gtk3-port branch:

g_object_class_install_property (object_class, PROP_LOWER, gimp_param_spec_unit ("unit",

it should of course be PROP_UNIT.

John

Michael Natterer
2015-06-14 21:06:07 UTC (almost 9 years ago)

typo in gimpruler.c

On Fri, 2015-06-12 at 10:13 +0100, jcupitt@gmail.com wrote:

Hi, I noticed a small typo in gimpruler.c on the gtk3-port branch:

g_object_class_install_property (object_class, PROP_LOWER, gimp_param_spec_unit ("unit",

it should of course be PROP_UNIT.

Thanks, that typo was in all branches, I fixed it in master and gimp-2-8. The next rebase will bring the change to gtk3-port, I don't think the bug has any effect.

--Mitch

commit 8fdbb5b5a301d4951d64a165487275e795eb66bf Author: Michael Natterer
Date: Sun Jun 14 22:57:46 2015 +0200

libgimpwidgets: fix registration of GimpRuler's "unit" property
Install it with the PROP_UNIT id not PROP_LOWER (probably a copy & paste mess). Spotted by John Cuppit.
(cherry picked from commit
affef350e783b25f11c39a83861f3d018f85336d)

libgimpwidgets/gimpruler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)