GNOME Bugzilla – Bug 157612
winsnap button order non-standard
Last modified: 2004-11-10 14:07:03 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)
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.
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.
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.