# HG changeset patch # User Elliott Sales de Andrade # Date 1283124526 0 # Node ID c8d6a2cc3bfe22aa044f3217acf0fb6bb31da24b # Parent 7daf9b3c07aee2f23aa27d8a54f6c9f789791d42 Change the Set User Mood shortcut to Control+D. Control+O is in use to open the Buddy Info for the selected user. Refs #12166. diff -r 7daf9b3c07ae -r c8d6a2cc3bfe ChangeLog --- a/ChangeLog Sun Aug 29 23:25:47 2010 +0000 +++ b/ChangeLog Sun Aug 29 23:28:46 2010 +0000 @@ -11,6 +11,11 @@ request with an icon. Fixes receiving MSN file transfer requests including a thumbnail in Finch. + Pidgin: + * Remap the "Set User Mood" shortcut to Control+D which does not + conflict with the previous shortcut to Get Buddy Info on the + selected buddy. + Yahoo/Yahoo JAPAN: * Stop doing unnecessary lookups of certain alias information. This solves deadlocks when a given Yahoo account has a ridiculously large diff -r 7daf9b3c07ae -r c8d6a2cc3bfe pidgin/gtkblist.c --- a/pidgin/gtkblist.c Sun Aug 29 23:25:47 2010 +0000 +++ b/pidgin/gtkblist.c Sun Aug 29 23:28:46 2010 +0000 @@ -3689,7 +3689,7 @@ { N_("/Tools/Plu_gins"), "U", pidgin_plugin_dialog_show, 2, "", PIDGIN_STOCK_TOOLBAR_PLUGINS }, { N_("/Tools/Pr_eferences"), "P", pidgin_prefs_show, 0, "", GTK_STOCK_PREFERENCES }, { N_("/Tools/Pr_ivacy"), NULL, pidgin_privacy_dialog_show, 0, "", NULL }, - { N_("/Tools/Set _Mood"), "O", set_mood_show, 0, "", NULL }, + { N_("/Tools/Set _Mood"), "D", set_mood_show, 0, "", NULL }, { "/Tools/sep2", NULL, NULL, 0, "", NULL }, { N_("/Tools/_File Transfers"), "T", pidgin_xfer_dialog_show, 0, "", PIDGIN_STOCK_TOOLBAR_TRANSFER }, { N_("/Tools/R_oom List"), NULL, pidgin_roomlist_dialog_show, 0, "", NULL },