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/ButtonTheme.cc | |
parent | 8516f1e2a21a374127ccfa3f7b8de2443e67fe33 (diff) | |
download | fluxbox_pavel-4a7a143713c7febe7d3a7df9c044ed767b8bd3c6.zip fluxbox_pavel-4a7a143713c7febe7d3a7df9c044ed767b8bd3c6.tar.bz2 |
load style before loading theme objects, remove duplicate theme load
Diffstat (limited to 'src/ButtonTheme.cc')
-rw-r--r-- | src/ButtonTheme.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ButtonTheme.cc b/src/ButtonTheme.cc index 3966410..46d74ca 100644 --- a/src/ButtonTheme.cc +++ b/src/ButtonTheme.cc | |||
@@ -39,6 +39,7 @@ ButtonTheme::ButtonTheme(int screen_num, | |||
39 | m_name(name), | 39 | m_name(name), |
40 | m_fallbackname(extra_fallback), m_altfallbackname(extra_fallback_alt) { | 40 | m_fallbackname(extra_fallback), m_altfallbackname(extra_fallback_alt) { |
41 | 41 | ||
42 | FbTk::ThemeManager::instance().loadTheme(*this); | ||
42 | } | 43 | } |
43 | 44 | ||
44 | bool ButtonTheme::fallback(FbTk::ThemeItem_base &item) { | 45 | bool ButtonTheme::fallback(FbTk::ThemeItem_base &item) { |