summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 3d021a4..89e48d1 100644
--- a/src/window.c
+++ b/src/window.c
@@ -656,7 +656,7 @@ set_active_window_body (rp_window *win, int force)
hide_others(win);
/* Make sure the program bar is always on the top */
- update_window_names (win->scr);
+ update_window_names (win->scr, defaults.window_fmt);
XSync (dpy, False);