loading theme after we created all screens
This commit is contained in:
parent
9bc62a0cfb
commit
11643efc67
1 changed files with 1 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// 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"
|
#include "Screen.hh"
|
||||||
|
@ -493,8 +493,6 @@ BScreen::BScreen(FbTk::ResourceManager &rm,
|
||||||
|
|
||||||
XFree(children);
|
XFree(children);
|
||||||
|
|
||||||
FbTk::ThemeManager::instance().load(fluxbox->getStyleFilename().c_str());
|
|
||||||
|
|
||||||
XFlush(disp);
|
XFlush(disp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue