diff options
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index c54338d..20fc755 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -442,11 +442,9 @@ BScreen::BScreen(FbTk::ResourceManager &rm, | |||
442 | // else the focus label doesn't get updated | 442 | // else the focus label doesn't get updated |
443 | // So we lock root theme temporary so it doesn't uses RootTheme::reconfigTheme | 443 | // So we lock root theme temporary so it doesn't uses RootTheme::reconfigTheme |
444 | // This must be fixed in the future. | 444 | // This must be fixed in the future. |
445 | m_root_theme->lock(true); | ||
446 | FbTk::ThemeManager::instance().load(fluxbox->getStyleFilename(), | 445 | FbTk::ThemeManager::instance().load(fluxbox->getStyleFilename(), |
447 | fluxbox->getStyleOverlayFilename(), | 446 | fluxbox->getStyleOverlayFilename(), |
448 | m_root_theme->screenNum()); | 447 | m_root_theme->screenNum()); |
449 | m_root_theme->lock(false); | ||
450 | m_root_theme->setLineAttributes(*resource.gc_line_width, | 448 | m_root_theme->setLineAttributes(*resource.gc_line_width, |
451 | *resource.gc_line_style, | 449 | *resource.gc_line_style, |
452 | *resource.gc_cap_style, | 450 | *resource.gc_cap_style, |