loading theme after we created all screens

This commit is contained in:
fluxgen 2003-08-11 20:32:51 +00:00
parent 9bc62a0cfb
commit 11643efc67

View file

@ -22,7 +22,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
// $Id: Screen.cc,v 1.214 2003/08/11 16:27:23 fluxgen Exp $
// $Id: Screen.cc,v 1.215 2003/08/11 20:32:51 fluxgen Exp $
#include "Screen.hh"
@ -493,8 +493,6 @@ BScreen::BScreen(FbTk::ResourceManager &rm,
XFree(children);
FbTk::ThemeManager::instance().load(fluxbox->getStyleFilename().c_str());
XFlush(disp);
}