summaryrefslogtreecommitdiffstats
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 f0061293..51d43ac4 100644
--- a/window.c
+++ b/window.c
@@ -368,6 +368,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