Mercurial > pidgin
changeset 15126:3fb20516042b
[gaim-migrate @ 17912]
Forgot to update the manpage.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Thu, 07 Dec 2006 07:03:40 +0000 |
parents | 1bd757119ca7 |
children | 47ce7285eb5d |
files | console/libgnt/gntentry.c doc/gaim-text.1.in |
diffstat | 2 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/console/libgnt/gntentry.c Thu Dec 07 07:01:32 2006 +0000 +++ b/console/libgnt/gntentry.c Thu Dec 07 07:03:40 2006 +0000 @@ -615,10 +615,6 @@ GNT_KEY_CTRL_K, NULL); gnt_bindable_class_register_action(bindable, "delete-prev-word", del_prev_word, GNT_KEY_CTRL_W, NULL); -#if 0 - gnt_bindable_class_register_action(bindable, "delete-next-word", del_next_word, - NULL, 1, NULL); -#endif gnt_bindable_class_register_action(bindable, "cursor-prev-word", move_back_word, "\033" "b", NULL); gnt_bindable_class_register_action(bindable, "cursor-prev", move_back,