pidgin: 39e32015: Remove the undocumented default binding ...
sadrul at pidgin.im
sadrul at pidgin.im
Thu May 1 18:47:51 EDT 2008
-----------------------------------------------------------------
Revision: 39e32015d9933273a0bf98e480cbaa3e311eb02e
Ancestor: 8146bbab1f4f597157b36f42e0d4cc16e93a8057
Author: sadrul at pidgin.im
Date: 2008-05-01T22:21:05
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/39e32015d9933273a0bf98e480cbaa3e311eb02e
Modified files:
finch/libgnt/gntwm.c
ChangeLog:
Remove the undocumented default binding (ctrl+g) to start ignoring
keybindings. This is not really useful yet, and causes a huge lot of
confusion.
-------------- next part --------------
============================================================
--- finch/libgnt/gntwm.c f21ad7bc460258463db362f8d6d7b15e704ca40d
+++ finch/libgnt/gntwm.c 004dbb44dfea55e622435ab9de36a6b2eb621268
@@ -1516,7 +1516,7 @@ gnt_wm_class_init(GntWMClass *klass)
gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "help-for-window", help_for_window,
"\033" "|", NULL);
gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "ignore-keys-start", ignore_keys_start,
- GNT_KEY_CTRL_G, NULL);
+ NULL, NULL);
gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "ignore-keys-end", ignore_keys_end,
"\033" GNT_KEY_CTRL_G, NULL);
gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "window-next-urgent", window_next_urgent,
More information about the Commits
mailing list