pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae2fbd
)
silent hotfix
author
arg@mig29
<unknown>
Thu, 14 Dec 2006 08:34:24 +0000
(09:34 +0100)
committer
arg@mig29
<unknown>
Thu, 14 Dec 2006 08:34:24 +0000
(09:34 +0100)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index
3ea9d89
..
c10dfaa
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-200,7
+200,7
@@
kpress(XKeyEvent * e) {
}
break;
case XK_End:
- if(!
sel
)
+ if(!
item
)
return;
while(next) {
sel = curr = next;