Mercurial > pidgin
changeset 22804:1de2fa8be76b
Remove the undocumented default binding (ctrl+g) to start ignoring
keybindings. This is not really useful yet, and causes a huge lot of
confusion.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Thu, 01 May 2008 22:21:05 +0000 |
parents | 4fa58a0bd220 |
children | e1052f4b0254 |
files | finch/libgnt/gntwm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/finch/libgnt/gntwm.c Thu May 01 03:10:29 2008 +0000 +++ b/finch/libgnt/gntwm.c Thu May 01 22:21:05 2008 +0000 @@ -1516,7 +1516,7 @@ 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,