**
[groove] / groove.cpp
index 6b3caac..7720ec7 100644 (file)
@@ -111,13 +111,14 @@ groove::groove(QWidget *parent) :
     connect(bBar,SIGNAL(back()),player,SLOT(back()));
     bBar->setPlaybackProgress(100,100);
     pwindow = new pWin();
-    pwindow->show();
+
 #if defined(Q_WS_MAEMO_5) || defined(Q_WS_HILDON)
     this->setAttribute(Qt::WA_Maemo5StackedWindow);
     pwindow->setParent(this);
     pwindow->setWindowFlags(pwindow->windowFlags() | Qt::Window);
     pwindow->setAttribute(Qt::WA_Maemo5StackedWindow);
 #endif
+    pwindow->show();
 
 }
 void groove::performSearch(QString s)