diff options
Diffstat (limited to 'src/FbCommands.cc')
-rw-r--r-- | src/FbCommands.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbCommands.cc b/src/FbCommands.cc index cdecc2b..e188a40 100644 --- a/src/FbCommands.cc +++ b/src/FbCommands.cc | |||
@@ -213,7 +213,8 @@ SetStyleCmd::SetStyleCmd(const std::string &filename):m_filename(filename) { | |||
213 | void SetStyleCmd::execute() { | 213 | void SetStyleCmd::execute() { |
214 | Fluxbox::instance()->saveStyleFilename(m_filename.c_str()); | 214 | Fluxbox::instance()->saveStyleFilename(m_filename.c_str()); |
215 | Fluxbox::instance()->save_rc(); | 215 | Fluxbox::instance()->save_rc(); |
216 | FbTk::ThemeManager::instance().load(m_filename); | 216 | FbTk::ThemeManager::instance().load(m_filename, |
217 | Fluxbox::instance()->getStyleOverlayFilename()); | ||
217 | } | 218 | } |
218 | 219 | ||
219 | void ShowRootMenuCmd::execute() { | 220 | void ShowRootMenuCmd::execute() { |