summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorsabetts <sabetts>2006-03-15 07:25:04 +0000
committersabetts <sabetts>2006-03-15 07:25:04 +0000
commit0ad6d8b36f975c43f37b0ad07112c2cd31003417 (patch)
tree5b258a4c59c2421373d29a1921d121eaef5b1bae /src/window.c
parent02b004540a364b6aec9332f60c9470df10fc3a2a (diff)
downloadratpoison-0ad6d8b36f975c43f37b0ad07112c2cd31003417.zip
*** empty log message ***
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);