missed one

This commit is contained in:
Dana Jansens 2007-05-28 04:20:02 +00:00
parent be3b78736f
commit 2a84418ee4

View file

@ -328,9 +328,7 @@ gint main(gint argc, gchar **argv)
for (it = client_list; it; it = g_list_next(it)) { for (it = client_list; it; it = g_list_next(it)) {
ObClient *c = it->data; ObClient *c = it->data;
/* the new config can change the window's decorations */ /* the new config can change the window's decorations */
client_setup_decor_and_functions(c); client_setup_decor_and_functions(c, TRUE);
/* redraw the frames */
frame_adjust_area(c->frame, TRUE, TRUE, FALSE);
} }
} }