# HG changeset patch # User Sadrul Habib Chowdhury # Date 1168307672 0 # Node ID 78ff267f50e3007143e78ea119972ca88f36517e # Parent 492f4e7416a3cb08cb23da1a8eeebafc21d4a289 [gaim-migrate @ 18096] Allow rebinding c-h etc. committer: Tailor Script diff -r 492f4e7416a3 -r 78ff267f50e3 console/libgnt/gntstyle.c --- 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; }