SVN commit 677876 by seb: Comment out problematic code until jeff gets to it M +10 -10 PopupDropperScene.cpp --- trunk/extragear/multimedia/amarok/src/popupdropper/PopupDropperScene.cpp #677875:677876 @@ -64,15 +64,15 @@ PopupDropperScene::startPDV() { DEBUG_BLOCK - PopupDropperBaseItem *temp; - for( int i = 1; i <= 5; ++i ) - { - temp = new PopupDropperBaseItem( i ); - temp->scale( 100, 100 ); - addItem( temp ); - temp->show(); - } - m_pdv->show(); +// PopupDropperBaseItem *temp; +// for( int i = 1; i <= 5; ++i ) +// { +// temp = new PopupDropperBaseItem( i ); +// temp->scale( 100, 100 ); +// addItem( temp ); +// temp->show(); +// } +// m_pdv->show(); m_fadeInTL.start(); m_spinInTL.start(); } @@ -99,7 +99,7 @@ removeItem( temp ); delete temp; } - + } //SLOT