summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2
authorllornkcor <llornkcor>2002-09-25 19:46:08 (UTC)
committer llornkcor <llornkcor>2002-09-25 19:46:08 (UTC)
commit71a6630a57ecea0214a490b3490fae19ae290bf7 (patch) (side-by-side diff)
treefa65095cf2b81dd3144b2fcd6b7ddbfc50e665f1 /noncore/multimedia/opieplayer2
parentc96507591791d48a6d6dad3de6c15739c84e1c93 (diff)
downloadopie-71a6630a57ecea0214a490b3490fae19ae290bf7.zip
opie-71a6630a57ecea0214a490b3490fae19ae290bf7.tar.gz
opie-71a6630a57ecea0214a490b3490fae19ae290bf7.tar.bz2
remove processEvents as xine acts better than old libs
Diffstat (limited to 'noncore/multimedia/opieplayer2') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/playlistwidget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/multimedia/opieplayer2/playlistwidget.cpp b/noncore/multimedia/opieplayer2/playlistwidget.cpp
index 4c4a921..19724cb 100644
--- a/noncore/multimedia/opieplayer2/playlistwidget.cpp
+++ b/noncore/multimedia/opieplayer2/playlistwidget.cpp
@@ -307,9 +307,9 @@ void PlayListWidget::setDocument( const QString& fileref ) {
addToSelection( DocLnk( fileref ) );
d->setDocumentUsed = TRUE;
mediaPlayerState->setPlaying( FALSE );
- qApp->processEvents();
+// qApp->processEvents();
mediaPlayerState->setPlaying( TRUE );
- qApp->processEvents();
+// qApp->processEvents();
setCaption( tr("OpiePlayer") );
}
}
@@ -613,7 +613,7 @@ void PlayListWidget::tabChanged(QWidget *) {
void PlayListWidget::btnPlay(bool b) {
// mediaPlayerState->setPlaying(false);
mediaPlayerState->setPlaying(b);
- qApp->processEvents();
+// qApp->processEvents();
insanityBool=FALSE;
// switch ( whichList()) {
// case 0: