some more work on plugin manager
[enigma2.git] / lib / gui / ewindow.cpp
index 910acda4f490f8b1c3ae8fbc31ba3989edeb8afb..83e65ec3d21a0e05aad092c92cb1e45f3924ae6b 100644 (file)
@@ -16,7 +16,7 @@ eWindow::eWindow(eWidgetDesktop *desktop, int z): eWidget(0)
        
        ePtr<eWindowStyle> style;
        if (mgr)
-               mgr->getStyle(style);
+               mgr->getStyle(desktop->getStyleID(), style);
        
                /* when there is either no style manager or no style, revert to simple style. */
        if (!style)
@@ -54,7 +54,6 @@ std::string eWindow::getTitle() const
 
 void eWindow::setBackgroundColor(const gRGB &col)
 {
-       eDebug("eWindow: Set background color!");
                /* set background color for child, too */
        eWidget::setBackgroundColor(col);
        m_child->setBackgroundColor(col);