diff options
-rw-r--r-- | src/Screen.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 04d73af..bd1a919 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.222 2003/08/18 11:26:17 fluxgen Exp $ | 25 | // $Id: Screen.cc,v 1.223 2003/08/22 15:03:28 fluxgen Exp $ |
26 | 26 | ||
27 | 27 | ||
28 | #include "Screen.hh" | 28 | #include "Screen.hh" |
@@ -275,7 +275,7 @@ BScreen::BScreen(FbTk::ResourceManager &rm, | |||
275 | // the order of windowtheme and winbutton theme is important | 275 | // the order of windowtheme and winbutton theme is important |
276 | // because winbutton need to rescale the pixmaps in winbutton theme | 276 | // because winbutton need to rescale the pixmaps in winbutton theme |
277 | // after fbwinframe have resized them | 277 | // after fbwinframe have resized them |
278 | m_winbutton_theme(new WinButtonTheme(scrn)), | 278 | m_winbutton_theme(new WinButtonTheme(scrn, *m_windowtheme)), |
279 | m_menutheme(new MenuTheme(scrn)), | 279 | m_menutheme(new MenuTheme(scrn)), |
280 | m_root_theme(new | 280 | m_root_theme(new |
281 | RootTheme(scrn, | 281 | RootTheme(scrn, |