# HG changeset patch # User John Bailey # Date 1276474105 0 # Node ID 670ab0006c6108ea076cf539ef377deff2f4facf # Parent 984217629ec9f5a1f8e3f811ce114832dba1ec02 Change the shortcut key for "Set Mood" to Ctrl+O for uniqueness. Fixes #12166. diff -r 984217629ec9 -r 670ab0006c61 pidgin/gtkblist.c --- a/pidgin/gtkblist.c Mon Jun 14 00:05:55 2010 +0000 +++ b/pidgin/gtkblist.c Mon Jun 14 00:08:25 2010 +0000 @@ -3686,7 +3686,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"), "M", set_mood_show, 0, "", NULL }, + { N_("/Tools/Set _Mood"), "O", 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 },