From: Tamas Date: Fri, 16 Jul 2010 15:41:24 +0000 (+0200) Subject: fixed clear playlist (also clear the media object) X-Git-Url: http://vcs.maemo.org/git/?p=tomamp;a=commitdiff_plain;h=23eeb4745bc717ee8f13d1470a4937c2282e5e0b fixed clear playlist (also clear the media object) --- diff --git a/mainwindow.cpp b/mainwindow.cpp index da4c86c..da48bf3 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -445,6 +445,7 @@ void MainWindow::clearPlaylist() sources.clear(); while (musicTable->rowCount()) musicTable->removeRow(0); + mediaObject->clear(); } void MainWindow::repeatToggle ()