aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 9a3ef31..f399717 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -439,7 +439,7 @@ BScreen::BScreen(FbTk::ResourceManager &rm,
439 cmd.execute(); 439 cmd.execute();
440 } 440 }
441 441
442 m_root_theme.reset(new RootTheme(imageControl(), this)); 442 m_root_theme.reset(new RootTheme(imageControl()));
443 m_root_theme->reconfigTheme(); 443 m_root_theme->reconfigTheme();
444 444
445 m_windowtheme->setFocusedAlpha(*resource.focused_alpha); 445 m_windowtheme->setFocusedAlpha(*resource.focused_alpha);