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 699257 - Duplicated shortcut for Set Image Canvas Size dialog
Duplicated shortcut for Set Image Canvas Size dialog
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.8.2
Other All
: Normal trivial
: 2.10
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2013-04-29 20:25 UTC by Sergio Infante Montero
Modified: 2013-05-12 23:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Double button assigned to R key (45.54 KB, image/png)
2013-04-29 20:25 UTC, Sergio Infante Montero
  Details
quick fix (1.23 KB, patch)
2013-05-09 13:53 UTC, Alexandre Prokoudine
none Details | Review

Description Sergio Infante Montero 2013-04-29 20:25:35 UTC
Created attachment 242842 [details]
Double button assigned to R key

In the dialog "Set Image Canvas Size" there are two buttons associated to the same key(R).

Here is the screenshot
http://i.imgur.com/HQjaFM2.png
Comment 1 Alexandre Prokoudine 2013-05-09 13:52:44 UTC
Confirmed
Comment 2 Alexandre Prokoudine 2013-05-09 13:53:55 UTC
Created attachment 243701 [details] [review]
quick fix

Would that fix work?
Comment 3 Michael Natterer 2013-05-09 20:18:47 UTC
GIMP_STOCK_RESIZE is used in only two places, I think this is the least
intrusive patch. Please push to master and 2-8, but please keep the
git log within 80 columns :)
Comment 4 Michael Natterer 2013-05-12 23:08:38 UTC
Fixed in master, impossible in 2.8 because it changes a translatable string.

commit aaaa9eef85015a98a41aa4e2ae7f1b49f1336460
Author: Alexandre Prokoudine <alexandre.prokoudine@gmail.com>
Date:   Sun May 5 22:15:03 2013 +0400

    Bug 699257 - Duplicated shortcut for Set Image Canvas Size dialog
    
    Stock Reset and Resize buttons had clashing _R accelerator in the
    Resize Canvas Size dialog.

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