pidgin: d6854bcc: Change the shortcut key for "Set Mood" t...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Sun Jun 13 20:10:50 EDT 2010


-----------------------------------------------------------------
Revision: d6854bccda6ab4484ef57cac3867d4f02fb083e4
Ancestor: f08e4f567582f7d28683d043f759a720ee9142e3
Author: rekkanoryo at pidgin.im
Date: 2010-06-14T00:08:25
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/d6854bccda6ab4484ef57cac3867d4f02fb083e4

Modified files:
        pidgin/gtkblist.c

ChangeLog: 

Change the shortcut key for "Set Mood" to Ctrl+O for uniqueness.  Fixes #12166.

-------------- next part --------------
============================================================
--- pidgin/gtkblist.c	69ce95680f7dc8772402870c51c5fccd8b7e4560
+++ pidgin/gtkblist.c	66bedfb6412ebf8abf4d2d63115661ba9df4e4cb
@@ -3686,7 +3686,7 @@ static GtkItemFactoryEntry blist_menu[] 
 	{ 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>M", set_mood_show, 0, "<Item>", NULL },
+	{ N_("/Tools/Set _Mood"), "<CTL>O", 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 },


More information about the Commits mailing list