load themes before we create any windows
This commit is contained in:
parent
7d37f9b98b
commit
1f45e91e12
1 changed files with 3 additions and 1 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.218 2003/08/12 12:21:42 fluxgen Exp $
|
// $Id: Screen.cc,v 1.219 2003/08/13 16:53:13 fluxgen Exp $
|
||||||
|
|
||||||
|
|
||||||
#include "Screen.hh"
|
#include "Screen.hh"
|
||||||
|
@ -437,6 +437,8 @@ BScreen::BScreen(FbTk::ResourceManager &rm,
|
||||||
// FbTk::ThemeManager::instance().loadTheme(slit()->theme());
|
// FbTk::ThemeManager::instance().loadTheme(slit()->theme());
|
||||||
#endif // SLIT
|
#endif // SLIT
|
||||||
|
|
||||||
|
FbTk::ThemeManager::instance().load(Fluxbox::instance()->getStyleFilename());
|
||||||
|
|
||||||
// start with workspace 0
|
// start with workspace 0
|
||||||
changeWorkspaceID(0);
|
changeWorkspaceID(0);
|
||||||
updateNetizenWorkspaceCount();
|
updateNetizenWorkspaceCount();
|
||||||
|
|
Loading…
Reference in a new issue