GNOME Bugzilla – Bug 658346
Missing mnemonic for "Fetch list" button
Last modified: 2011-09-20 10:56:16 UTC
./src/account-setup-eplugin/exchange-ews-account-setup.c: fetch_button = gtk_button_new_with_mnemonic (_("Fetch list")); The string is missing a mnemonic. F should be fine.
*** Bug 654546 has been marked as a duplicate of this bug. ***
Created attachment 196360 [details] [review] Evolution EWS patch
Created attachment 196365 [details] [review] Evolution EWS patch Just realized we can't use 'F' key because it is already used for Forward. see bug 657140. This patch solves bug 657140 too. Using 'U' for Fetch URL and 'l' for Fetch list.
Review of attachment 196365 [details] [review]: looks good.
Review of attachment 196365 [details] [review]: Patch has been committed to master branch. Thanks!
*** Bug 657140 has been marked as a duplicate of this bug. ***