diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-10-05 15:33:02 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-10-05 15:33:02 +0000 |
| commit | 88a5a4439ed163bbe7cf23033bfecb1c30175da5 (patch) | |
| tree | e116219e6f97c7a7f997a37d7e36e7632e80b662 /src/ui | |
| parent | 71dbe072973a9ada8c5e441e78c65e90565cd7a8 (diff) | |
| download | qmmp-88a5a4439ed163bbe7cf23033bfecb1c30175da5.tar.gz qmmp-88a5a4439ed163bbe7cf23033bfecb1c30175da5.tar.bz2 qmmp-88a5a4439ed163bbe7cf23033bfecb1c30175da5.zip | |
clear next url if user presses stop
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1290 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index 0b78a3320..197ae8745 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -203,7 +203,7 @@ void MainWindow::pause(void) void MainWindow::stop() { //display->setTime(0); - m_core->stop(); + m_player->stop(); } void MainWindow::next() |
