# HG changeset patch # User Elliott Sales de Andrade # Date 1283124164 0 # Node ID 1e684071fbebec0b899b6d6758ab1b9864dc6445 # Parent 99c3b26bb1234e980c4ee791952f11ea2ee5dadd Make a note not to use Control+O, since it's used elsewhere. Refs #12166. diff -r 99c3b26bb123 -r 1e684071fbeb pidgin/gtkblist.c --- 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, "", NULL }, { N_("/Buddies/New Instant _Message..."), "M", pidgin_dialogs_im, 0, "", PIDGIN_STOCK_TOOLBAR_MESSAGE_NEW },