load themes before we create any windows

This commit is contained in:
fluxgen 2003-08-13 16:53:13 +00:00
parent 7d37f9b98b
commit 1f45e91e12

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.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"
@ -437,6 +437,8 @@ BScreen::BScreen(FbTk::ResourceManager &rm,
// FbTk::ThemeManager::instance().loadTheme(slit()->theme());
#endif // SLIT
FbTk::ThemeManager::instance().load(Fluxbox::instance()->getStyleFilename());
// start with workspace 0
changeWorkspaceID(0);
updateNetizenWorkspaceCount();