diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-16 08:50:59 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-16 08:50:59 (GMT) |
commit | 4a7a143713c7febe7d3a7df9c044ed767b8bd3c6 (patch) | |
tree | f4d1f31c5167469f77408d42d6eca83a29d42b4c /src/SlitTheme.cc | |
parent | 8516f1e2a21a374127ccfa3f7b8de2443e67fe33 (diff) | |
download | fluxbox_lack-4a7a143713c7febe7d3a7df9c044ed767b8bd3c6.zip fluxbox_lack-4a7a143713c7febe7d3a7df9c044ed767b8bd3c6.tar.bz2 |
load style before loading theme objects, remove duplicate theme load
Diffstat (limited to 'src/SlitTheme.cc')
-rw-r--r-- | src/SlitTheme.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SlitTheme.cc b/src/SlitTheme.cc index a9d1a07..7f2081b 100644 --- a/src/SlitTheme.cc +++ b/src/SlitTheme.cc | |||
@@ -34,6 +34,7 @@ SlitTheme::SlitTheme(int screen_num):FbTk::Theme(screen_num), | |||
34 | m_border_color.setDefaultValue(); | 34 | m_border_color.setDefaultValue(); |
35 | // default texture type | 35 | // default texture type |
36 | m_texture->setType(FbTk::Texture::SOLID); | 36 | m_texture->setType(FbTk::Texture::SOLID); |
37 | FbTk::ThemeManager::instance().loadTheme(*this); | ||
37 | } | 38 | } |
38 | 39 | ||
39 | 40 | ||