pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c91c2a
)
typo fix
author
Connor Lane Smith
<cls@lubutu.com>
Tue, 3 Aug 2010 16:29:53 +0000
(17:29 +0100)
committer
Connor Lane Smith
<cls@lubutu.com>
Tue, 3 Aug 2010 16:29:53 +0000
(17:29 +0100)
dmenu.c
patch
|
blob
|
history
diff --git
a/dmenu.c
b/dmenu.c
index
227648c
..
b82ff59
100644
(file)
--- a/
dmenu.c
+++ b/
dmenu.c
@@
-136,7
+136,7
@@
drawmenu(void) {
else if(curr && (dc->w == inputw || curr->next)) {
dc->x += inputw;
dc->w = textw(dc, "<");
- if(
prev
)
+ if(
curr->left
)
drawtext(dc, "<", normcol);
for(item = curr; item != next; item = item->right) {
dc->x += dc->w;