From 63d7247a9cace6cc729441508c0cfd82f043ff4d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 27 May 2013 14:18:01 +0100 Subject: fix mismatched option name and variable names block_ads should be block_advertisments to match option name toolbar_status_width should be toolbar_status_size to match option name --- framebuffer/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framebuffer') diff --git a/framebuffer/gui.c b/framebuffer/gui.c index 7e2ff2bc1..80322ecc9 100644 --- a/framebuffer/gui.c +++ b/framebuffer/gui.c @@ -1415,7 +1415,7 @@ create_normal_browser_window(struct gui_window *gw, int furniture_width) gw->window = fbtk_create_window(fbtk, 0, 0, 0, 0, 0); - statusbar_width = nsoption_int(toolbar_status_width) * + statusbar_width = nsoption_int(toolbar_status_size) * fbtk_get_width(gw->window) / 10000; /* toolbar */ -- cgit v1.2.3