From b327b2147a28a2a81cf591875d3f4aee2aa971d4 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Thu, 15 Sep 2011 23:14:52 +0000 Subject: convert show_status to a getter --- src/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands.c') diff --git a/src/commands.c b/src/commands.c index 8717bd8..27b6606 100644 --- a/src/commands.c +++ b/src/commands.c @@ -108,7 +108,7 @@ void toggle_status (WebKitWebView* page, GArray *argv, GString *result) { (void)page; (void)argv; (void)result; - int current_status = uzbl.behave.show_status; + int current_status = get_show_status(); set_show_status(!current_status); } -- cgit v1.2.3