don't reconfigure twice

This commit is contained in:
Dana Jansens 2007-06-07 22:34:05 +00:00
parent 100b54ff7a
commit 83e7a03e3a

View file

@ -332,7 +332,7 @@ gint main(gint argc, gchar **argv)
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, TRUE); client_setup_decor_and_functions(c, FALSE);
/* redraw the frames */ /* redraw the frames */
frame_adjust_area(c->frame, TRUE, TRUE, FALSE); frame_adjust_area(c->frame, TRUE, TRUE, FALSE);
/* the decor sizes may have changed, so the windows may /* the decor sizes may have changed, so the windows may