aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui')
-rw-r--r--src/qmmpui/playlistmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/playlistmanager.cpp b/src/qmmpui/playlistmanager.cpp
index c8ce69e4b..06276b0d9 100644
--- a/src/qmmpui/playlistmanager.cpp
+++ b/src/qmmpui/playlistmanager.cpp
@@ -168,7 +168,7 @@ PlayListModel *PlayListManager::createPlayList(const QString &name)
connect(model, SIGNAL(nameChanged(QString)), SIGNAL(playListsChanged()));
connect(model, SIGNAL(countChanged()), SLOT(onCountChanged()));
emit playListAdded(m_models.indexOf(model));
- emit playListsChanged();
+ selectPlayList(model);
return model;
}