Mercurial > pidgin
changeset 15305:78ff267f50e3
[gaim-migrate @ 18096]
Allow rebinding c-h etc.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Tue, 09 Jan 2007 01:54:32 +0000 |
parents | 492f4e7416a3 |
children | e9db26a103eb |
files | console/libgnt/gntstyle.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/console/libgnt/gntstyle.c Tue Jan 09 01:34:55 2007 +0000 +++ b/console/libgnt/gntstyle.c Tue Jan 09 01:54:32 2007 +0000 @@ -145,7 +145,7 @@ if (strlen(key) != 1) /* We can only have stuff like "ctrl-alt-a" */ return NULL; - if (ctrl && (strchr("hijm", *key) != NULL || !isalpha(*key))) { + if (ctrl && !isalpha(*key)) { /* These keys cannot be used with ctrl */ return NULL; }