Mercurial > pidgin
changeset 30457: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 | 99c3b26bb123 |
children | 7daf9b3c07ae |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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 },