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 1af351c..cd1f872 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -108,7 +108,7 @@ toggle_status (WebKitWebView* page, GArray *argv, GString *result) {
uzbl.behave.show_status = !uzbl.behave.show_status;
- cmd_set_status();
+ set_show_status();
}
/*