diff options
author | Connor Lane Smith <cls@lubutu.com> | 2010-08-03 17:29:53 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2010-08-03 17:29:53 +0100 |
commit | 7a2782d02d10d6841fb024e5f9907faf782a2a88 (patch) | |
tree | 9275043ce673c74ec3edd46ccc9ed2dac781fcc4 | |
parent | 1c91c2a99c076b0878be42cf1ea6ca9a5c4120a3 (diff) |
typo fix
-rw-r--r-- | dmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |