aboutsummaryrefslogtreecommitdiffstats
path: root/menu.c
diff options
context:
space:
mode:
authorokan2013-05-20 21:32:00 +0000
committerokan2013-05-20 21:32:00 +0000
commit11ee162b7549c7340e9e3514589488aa6abb24cc (patch)
tree9299e963b66843773cbfa9959a5812f7d13e2725 /menu.c
parentbe98599456a925ba103d775d8c46533b7a450e6f (diff)
downloadcwm-11ee162b7549c7340e9e3514589488aa6abb24cc.tar.gz
stray whitespace
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.c b/menu.c
index 14a2208..75cc1f6 100644
--- a/menu.c
+++ b/menu.c
@@ -16,7 +16,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: menu.c,v 1.64 2013/05/20 20:21:04 okan Exp $
+ * $OpenBSD: menu.c,v 1.65 2013/05/20 21:32:00 okan Exp $
*/
#include <sys/param.h>
@@ -451,7 +451,7 @@ menu_draw_entry(struct menu_ctx *mc, struct menu_q *resultq,
return;
color = active ? CWM_COLOR_MENU_FG : CWM_COLOR_MENU_BG;
- text = mi->print[0] != '\0' ? mi->print : mi->text;
+ text = mi->print[0] != '\0' ? mi->print : mi->text;
XftDrawRect(sc->xftdraw, &sc->xftcolor[color], 0,
(sc->xftfont->height + 1) * entry, mc->width,
(sc->xftfont->height + 1) + sc->xftfont->descent);