diff options
-rw-r--r-- | src/Screen.cc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index dc84046..c5dbe8e 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Screen.cc,v 1.191 2003/06/23 14:33:43 fluxgen Exp $ | 25 | // $Id: Screen.cc,v 1.192 2003/06/24 13:56:01 fluxgen Exp $ |
26 | 26 | ||
27 | 27 | ||
28 | #include "Screen.hh" | 28 | #include "Screen.hh" |
@@ -55,6 +55,7 @@ | |||
55 | #include "FbWinFrame.hh" | 55 | #include "FbWinFrame.hh" |
56 | #include "FbWindow.hh" | 56 | #include "FbWindow.hh" |
57 | #include "Strut.hh" | 57 | #include "Strut.hh" |
58 | #include "SlitTheme.hh" | ||
58 | 59 | ||
59 | //use GNU extensions | 60 | //use GNU extensions |
60 | #ifndef _GNU_SOURCE | 61 | #ifndef _GNU_SOURCE |
@@ -488,9 +489,10 @@ BScreen::BScreen(FbTk::ResourceManager &rm, | |||
488 | m_configmenu->update(); | 489 | m_configmenu->update(); |
489 | 490 | ||
490 | #ifdef SLIT | 491 | #ifdef SLIT |
491 | if (slit()) | 492 | if (slit()) // this will load theme and reconfigure slit |
492 | slit()->reconfigure(); | 493 | FbTk::ThemeManager::instance().loadTheme(slit()->theme()); |
493 | #endif // SLIT | 494 | #endif // SLIT |
495 | |||
494 | if (toolbar()) | 496 | if (toolbar()) |
495 | toolbar()->reconfigure(); | 497 | toolbar()->reconfigure(); |
496 | 498 | ||