summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-05-18 00:12:05 +0200
committerQC <qball@gmpclient.org>2014-05-18 00:12:05 +0200
commit46728d90300f615e20a1cf377601fa36fb8f09cf (patch)
tree123a0bcc89d8a910748e778d1d40734e3e2720dd /source
parent4f1ab47b7d36fa0a112f4806bddf312312736f77 (diff)
Small fix?
Diffstat (limited to 'source')
-rw-r--r--source/rofi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 701117fa..adca57df 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -1121,7 +1121,7 @@ MenuReturn menu ( char **lines, char **input, char *prompt, Time *time, int *shi
line * line_height + config.padding + ( ( config.wmode == HORIZONTAL ) ? 0 : LINE_MARGIN ), // y
element_width, // w
line_height, // h
- config.menu_font, config.menu_fg, config.menu_bg, lines[i], NULL );
+ config.menu_font, config.menu_fg, config.menu_bg, "", NULL );
textbox_show ( boxes[i] );
}
// Arrows