From: Dana Jansens Date: Thu, 7 Jun 2007 22:34:05 +0000 (+0000) Subject: don't reconfigure twice X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=83e7a03e3ab90ae353cd26d931bf66cbbf1becff;p=chaz%2Fopenbox don't reconfigure twice --- diff --git a/openbox/openbox.c b/openbox/openbox.c index e3f52ce3..e8d5ae4d 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -332,7 +332,7 @@ gint main(gint argc, gchar **argv) ObClient *c = it->data; /* 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 */ frame_adjust_area(c->frame, TRUE, TRUE, FALSE); /* the decor sizes may have changed, so the windows may