diff pidgin/gtkblist.c @ 30892:c8d6a2cc3bfe

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.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 29 Aug 2010 23:28:46 +0000
parents 1e684071fbeb
children c5ba7dd399fa a8cc50c2279f
line wrap: on
line diff
--- 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"), "<CTL>U", pidgin_plugin_dialog_show, 2, "<StockItem>", PIDGIN_STOCK_TOOLBAR_PLUGINS },
 	{ N_("/Tools/Pr_eferences"), "<CTL>P", pidgin_prefs_show, 0, "<StockItem>", GTK_STOCK_PREFERENCES },
 	{ N_("/Tools/Pr_ivacy"), NULL, pidgin_privacy_dialog_show, 0, "<Item>", NULL },
-	{ N_("/Tools/Set _Mood"), "<CTL>O", set_mood_show, 0, "<Item>", NULL },
+	{ N_("/Tools/Set _Mood"), "<CTL>D", set_mood_show, 0, "<Item>", NULL },
 	{ "/Tools/sep2", NULL, NULL, 0, "<Separator>", NULL },
 	{ N_("/Tools/_File Transfers"), "<CTL>T", pidgin_xfer_dialog_show, 0, "<StockItem>", PIDGIN_STOCK_TOOLBAR_TRANSFER },
 	{ N_("/Tools/R_oom List"), NULL, pidgin_roomlist_dialog_show, 0, "<Item>", NULL },