aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 106ba00..fae0aff 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -368,7 +368,8 @@ BScreen::BScreen(FbTk::ResourceManager &rm,
368 // So we lock root theme temporary so it doesn't uses RootTheme::reconfigTheme 368 // So we lock root theme temporary so it doesn't uses RootTheme::reconfigTheme
369 // This must be fixed in the future. 369 // This must be fixed in the future.
370 m_root_theme->lock(true); 370 m_root_theme->lock(true);
371 FbTk::ThemeManager::instance().load(fluxbox->getStyleFilename()); 371 FbTk::ThemeManager::instance().load(fluxbox->getStyleFilename(),
372 m_root_theme->screenNum());
372 m_root_theme->lock(false); 373 m_root_theme->lock(false);
373 m_root_theme->setLineAttributes(*resource.gc_line_width, 374 m_root_theme->setLineAttributes(*resource.gc_line_width,
374 *resource.gc_line_style, 375 *resource.gc_line_style,