typo...
This commit is contained in:
parent
636a676c56
commit
c54cb4a83c
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ static gboolean chain_timeout(gpointer data)
|
|||
|
||||
static void set_curpos(KeyBindingTree *newpos)
|
||||
{
|
||||
if (curpose != newpos) {
|
||||
if (curpos != newpos) {
|
||||
grab_keys(FALSE);
|
||||
curpos = newpos;
|
||||
grab_keys(TRUE);
|
||||
|
|
Loading…
Reference in a new issue