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 157612 - winsnap button order non-standard
winsnap button order non-standard
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.1.x
Other Windows
: Normal minor
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks: 92468
 
 
Reported: 2004-11-07 23:56 UTC by Alan Horkan
Modified: 2004-11-10 14:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to clean up winsnap dialog (11.01 KB, patch)
2004-11-08 12:27 UTC, Sven Neumann
none Details | Review

Description Alan Horkan 2004-11-07 23:56:28 UTC
button order needs to be changed around in the winsnap plugin to be consistant.  
In 2.2 pre 1 it still had Grab on the left instead of the right.  

(note, gnome includes a camera icon for its screenshot applet that might be
reusable)
Comment 1 Sven Neumann 2004-11-08 00:32:19 UTC
Note that gimp screenshot plug-in includes a copy of that very icon. Might make
sense to add it as PNG file and generate a gdk-pixbuf-csource header from it.
That would allow the two plug-ins to share the icon.
Comment 2 Sven Neumann 2004-11-08 12:27:32 UTC
Created attachment 33548 [details] [review]
patch to clean up winsnap dialog

This patch tries to clean up the Winsnap dialog. Since I can't compile this
code, it is likely that the code doesn't compile after applying the patch or
that it doesn't work at all. Someone should test this change and fix any
remaining issues.
Comment 3 Michael Schumacher 2004-11-10 14:00:58 UTC
2004-11-10  Michael Schumacher <schumaml@cvs.gnome.org>

	* plug-ins/winsnap/winsnap.c: applied a patch from Sven Neumann
	with some minor modifications. Fixes bug #157612
	Removed some unused variables.