silent hotfix

This commit is contained in:
arg@mig29 2006-12-14 09:34:24 +01:00
parent cae2fbdf38
commit 2829009138
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -200,7 +200,7 @@ kpress(XKeyEvent * e) {
}
break;
case XK_End:
if(!sel)
if(!item)
return;
while(next) {
sel = curr = next;