diff pidgin/gtkblist.c @ 30890:1e684071fbeb

Make a note not to use Control+O, since it's used elsewhere. Refs #12166.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 29 Aug 2010 23:22:44 +0000
parents 351d07aefb09
children c8d6a2cc3bfe
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Sun Aug 29 18:41:26 2010 +0000
+++ b/pidgin/gtkblist.c	Sun Aug 29 23:22:44 2010 +0000
@@ -3653,6 +3653,9 @@
  ***************************************************/
 static GtkItemFactoryEntry blist_menu[] =
 {
+/* NOTE: Do not set any accelerator to Control+O. It is mapped by 
+   gtk_blist_key_press_cb to "Get User Info" on the selected buddy. */
+
 	/* Buddies menu */
 	{ N_("/_Buddies"), NULL, NULL, 0, "<Branch>", NULL },
 	{ N_("/Buddies/New Instant _Message..."), "<CTL>M", pidgin_dialogs_im, 0, "<StockItem>", PIDGIN_STOCK_TOOLBAR_MESSAGE_NEW },