diff -r 836fb04ec317 -r e4bfe46c7910 draw.c --- a/draw.c Mon Aug 07 09:41:43 2006 +0200 +++ b/draw.c Mon Aug 07 09:47:13 2006 +0200 @@ -125,7 +125,7 @@ x = dc.x + dc.w; dc.w = textw(stext); dc.x = bx + bw - dc.w; - drawtext(stext, !istile, False); + drawtext(stext, !istile, True); if(sel && ((dc.w = dc.x - x) >= bh)) { dc.x = x; drawtext(sel->name, istile, True);