aboutsummaryrefslogtreecommitdiff
path: root/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'window.c')
-rw-r--r--window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/window.c b/window.c
index 3310b91f..c585b2a3 100644
--- a/window.c
+++ b/window.c
@@ -365,6 +365,7 @@ window_set_name(struct window *w, const char *new_name)
if (w->name != NULL)
xfree(w->name);
w->name = xstrdup(new_name);
+ notify_window_renamed(w);
}
void