pidgin: e7903adb: Kill the default F2 keybinding for show ...
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Thu May 1 20:35:38 EDT 2008
-----------------------------------------------------------------
Revision: e7903adb01a354969499931bea5fa76b55ade1ae
Ancestor: a31bc5987aa551e24980a4affb165eff4959ad22
Author: nosnilmot at pidgin.im
Date: 2008-05-02T00:30:14
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/e7903adb01a354969499931bea5fa76b55ade1ae
Modified files:
pidgin/gtkconv.c
ChangeLog:
Kill the default F2 keybinding for show timestamps, it only confuses people
-------------- next part --------------
============================================================
--- pidgin/gtkconv.c a2421f1b66a110d21f7e59c46ae4a55b1fb44a0d
+++ pidgin/gtkconv.c 1acb055aa7a8de9a96815ae26a0f9ecba30c878b
@@ -3052,7 +3052,7 @@ static GtkItemFactoryEntry menu_items[]
{ N_("/Options/Enable _Sounds"), NULL, menu_sounds_cb, 0, "<CheckItem>", NULL },
{ "/Options/sep0", NULL, NULL, 0, "<Separator>", NULL },
{ N_("/Options/Show Formatting _Toolbars"), NULL, menu_toolbar_cb, 0, "<CheckItem>", NULL },
- { N_("/Options/Show Ti_mestamps"), "F2", menu_timestamps_cb, 0, "<CheckItem>", NULL },
+ { N_("/Options/Show Ti_mestamps"), NULL, menu_timestamps_cb, 0, "<CheckItem>", NULL },
};
static const int menu_item_count =
More information about the Commits
mailing list