aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/commands.c
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-07-12 22:06:51 +0000
committerGravatar Brendan Taylor <whateley@gmail.com>2011-07-12 22:06:51 +0000
commite35037c40fd39967cc1f0fbe15a667c6f534a542 (patch)
treeb357c9c8639d9be6d1b9945157e831bdf0229153 /src/commands.c
parent44e34a87ca6fc496d9c0a55a40dec98be27d52f6 (diff)
rearrange variable functions so they aren't all exposed
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();
}
/*