1
0

silent hotfix

This commit is contained in:
arg@mig29 2006-12-14 09:34:24 +01:00
parent 60852051c9
commit b7dc7ed52e

View File

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