diff options
Diffstat (limited to 'src/playlist.cpp')
| -rw-r--r-- | src/playlist.cpp | 1 |
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(); |
