aboutsummaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-12-08 18:05:58 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-12-08 18:05:58 +0000
commitb89c60239ccd27cefae91db88cadc1ff239ae2ed (patch)
tree84d9d5db35f25a0d5cd195b010ff61aa19cbc376 /src/ui
parentd4bb8fb733da84c543926faf285f98535dd5d9bc (diff)
downloadqmmp-b89c60239ccd27cefae91db88cadc1ff239ae2ed.tar.gz
qmmp-b89c60239ccd27cefae91db88cadc1ff239ae2ed.tar.bz2
qmmp-b89c60239ccd27cefae91db88cadc1ff239ae2ed.zip
fixed buffering message
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1430 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp
index 1080bec23..c31a5d9d1 100644
--- a/src/ui/mainwindow.cpp
+++ b/src/ui/mainwindow.cpp
@@ -586,7 +586,7 @@ void MainWindow::handleCloseRequest()
void MainWindow::addUrl()
{
- AddUrlDialog::popup(this, m_pl_manager->currentPlayList());
+ AddUrlDialog::popup(this, m_pl_manager->selectedPlayList());
}
SoundCore * MainWindow::soundCore() const