fixed serious bug in wmikeys

This commit is contained in:
garbeam 2005-12-08 18:45:12 +02:00
parent df708da914
commit 38f1663df9
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ static void handle_shortcut(Window w, unsigned long mod, KeyCode key)
spawn(dpy, s->cmdfile->content);
return;
}
if (s->next)
if (s && s->next)
handle_shortcut_chain(w, s, s->name, 1);
}