aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/playlist.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/playlist.cpp b/src/playlist.cpp
index 63f11f50f..3983698da 100644
--- a/src/playlist.cpp
+++ b/src/playlist.cpp
@@ -255,6 +255,7 @@ void PlayList::createActions()
// Playlist Menu
QAction *newListAct = new QAction ( tr ( "&New List" ),this );
newListAct->setShortcut ( tr ( "Shift+N" ) );
+ m_actions << newListAct;
m_playlistMenu->addAction ( newListAct );
connect ( newListAct, SIGNAL ( triggered() ), this, SIGNAL ( newPlaylist() ) );
m_playlistMenu->addSeparator();