GNOME Bugzilla – Bug 466241
Should have mnemonics for Authentication type in preferences -> Receving mails
Last modified: 2013-09-13 00:58:43 UTC
The user should be able to directly jump to Authentication type combo box. So having mnemonics is good idea for usability purpose.. Other information:
Would it be acceptable to have the mnemonic on the section header, "Authentication type", or should a new label be added by the combo box?
Created attachment 100032 [details] [review] Add mnemonics to "authentication type" Ok, I saw a mnemonic on a header elsewhere in evolution, so I assume it's ok. Attached is a patch to do just that
I saw somewhere a request to split into two widgets. I forgot the bug number, though. Anyway, bug reference to ChangeLog, and fix it for exchange too (plugins/exchange-operations/exchange-account-setup.c). Thanks.
Created attachment 100129 [details] [review] Updated patch Updated patch
Looks good to commit to trunk. I only fixed a compiler warning: exchange-account-setup.c:852: warning: passing argument 2 of 'gtk_label_set_mnemonic_widget' from incompatible pointer type , the second parameter should be GtkWidget.
Committed to trunk. Committed revision 34643.