aboutsummaryrefslogtreecommitdiff
path: root/src/WorkspaceNameTheme.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/WorkspaceNameTheme.hh')
-rw-r--r--src/WorkspaceNameTheme.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/WorkspaceNameTheme.hh b/src/WorkspaceNameTheme.hh
index e4f426f..e90ef01 100644
--- a/src/WorkspaceNameTheme.hh
+++ b/src/WorkspaceNameTheme.hh
@@ -30,7 +30,10 @@ class WorkspaceNameTheme: public ToolTheme,
30public: 30public:
31 WorkspaceNameTheme(int screen_num, 31 WorkspaceNameTheme(int screen_num,
32 const std::string &name, 32 const std::string &name,
33 const std::string &alt_name):ToolTheme(screen_num, name, alt_name) { } 33 const std::string &alt_name):
34 ToolTheme(screen_num, name, alt_name) {
35 FbTk::ThemeManager::instance().loadTheme(*this);
36 }
34 37
35 bool fallback(FbTk::ThemeItem_base &item) { 38 bool fallback(FbTk::ThemeItem_base &item) {
36 if (item.name() == "toolbar.workspace.textColor") { 39 if (item.name() == "toolbar.workspace.textColor") {