summaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-01-12 18:11:15 +0100
committerportix <portix@gmx.net>2012-01-12 18:11:15 +0100
commitdd1b9916ab0fd4bf34b2ac6861153695edf56ccd (patch)
treed094e46a286a26fdb2787cdd6add03d1455359ee /src/commands.c
parent9cda55292646f670389a7a0578dbc6c4910c7361 (diff)
downloaddwb-dd1b9916ab0fd4bf34b2ac6861153695edf56ccd.zip
Commands must be seperated with 2 semicolons
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 cee003ff..e80e59d9 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -733,7 +733,7 @@ commands_toggle_lock_protect(KeyMap *km, Arg *arg) {
return STATUS_ERROR;
View *v = VIEW(gl);
v->status->lockprotect ^= arg->n;
- dwb_tab_label_set_text(gl, NULL);
+ dwb_update_status(gl);
if (arg->n & LP_VISIBLE && gl != dwb.state.fview)
gtk_widget_set_visible(v->scroll, LP_VISIBLE(v));
return STATUS_OK;