On 2010-08-26 05:19, Michael Secord wrote: > Just because I noticed it too, look in your screenshot, both the "Use > SSL" and "Use clientLogin" have U as the access key...so there's a > problem there as well. I can't verify as I'm not on a pidgin available > computer. > > -Michael > > On 8/26/10 9:30:36 AM David Balažic <[email protected]> said > unto [email protected] <[email protected]> : >> Hi! >> >> Using Pidgin 2.7.3 on WinXP, I noticed that in the Add Account dialog, >> if the type of the account is AIM, in the Advanced tab 3 items have the >> same keyboard shortcut: >> - the option Always use AIM/ICQ procy... >> - the option Allow multiple ... >> - the Add button >> >> They all have the A underlined, so alt-a is their shortcut.
From gtkaccount.c:
tmp = g_strconcat("_", purple_account_option_get_text(option), NULL);
opt_entry->widget = check = gtk_check_button_new_with_mnemonic(tmp);
g_free(tmp);
This strikes me as totally wrong (although if it's possible to 'tab'
between entries with the same mnemonic, I guess it's less wrong). Added
in 90c2a6492b85a718acbed863733e736cea512906.
~Paul
signature.asc
Description: OpenPGP digital signature
_______________________________________________ [email protected] mailing list Want to unsubscribe? Use this link: http://pidgin.im/cgi-bin/mailman/listinfo/support
