pidgin: 18fb3837: Make a note not to use Control+O, since ...
qulogic at pidgin.im
qulogic at pidgin.im
Sun Aug 29 19:30:42 EDT 2010
----------------------------------------------------------------------
Revision: 18fb38379a1d9aa85861614f9a350f38c9361ae6
Parent: af26f1bd7152431eb3dc9e2c6a5a505c6bc1f960
Author: qulogic at pidgin.im
Date: 08/29/10 19:22:44
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/18fb38379a1d9aa85861614f9a350f38c9361ae6
Changelog:
Make a note not to use Control+O, since it's used elsewhere.
Refs #12166.
Changes against parent af26f1bd7152431eb3dc9e2c6a5a505c6bc1f960
patched pidgin/gtkblist.c
-------------- next part --------------
============================================================
--- pidgin/gtkblist.c fcaebfb563db77cb87bb9c57f840a88766acc10e
+++ pidgin/gtkblist.c 9a943894b7e1a3d8e5b58e179970f160779f7493
@@ -3653,6 +3653,9 @@ static GtkItemFactoryEntry blist_menu[]
***************************************************/
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 },
More information about the Commits
mailing list