After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 385679 - actions to adjust brush spacing
actions to adjust brush spacing
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
git master
Other All
: Normal enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-12-14 01:12 UTC by david gowers
Modified: 2006-12-14 12:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
implement brush spacing adjustment actions. (4.64 KB, patch)
2006-12-14 01:13 UTC, david gowers
none Details | Review
v2 (4.63 KB, patch)
2006-12-14 02:23 UTC, david gowers
committed Details | Review

Description david gowers 2006-12-14 01:12:52 UTC
The following small patch implements actions to adjust brush spacing.
It is rather surprising that they were not implemented when the other brush editing actions were.
Comment 1 david gowers 2006-12-14 01:13:51 UTC
Created attachment 78331 [details] [review]
implement brush spacing adjustment actions.
Comment 2 Michael Natterer 2006-12-14 02:00:26 UTC
That's indeed surprising. Setting milestone.

If you please could follow the coding style I will commit that
patch right away :)
Comment 3 david gowers 2006-12-14 02:23:15 UTC
Created attachment 78339 [details] [review]
v2

Oops! I'm so hurried today! Fixed.
Comment 4 Michael Natterer 2006-12-14 12:14:57 UTC
Heh, you fixed another style glitch I didn't see. I meant that we keep
a function's return value on a separate line. Fixed in CVS:

2006-12-14  Michael Natterer  <mitch@gimp.org>

	* app/actions/context-actions.c
	* app/actions/context-commands.[ch]: applied modified patch from
	David Gowers which adds brush spacing actions. Fixes bug #385679.