aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c2
1 files changed, 1 insertions, 1 deletions
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);
}