Commit 1dbb9988 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: reposition the separator in the playlist popup menu

parent 69863bd6
...@@ -956,9 +956,9 @@ bool PLModel::popup( const QModelIndex & index, const QPoint &point, const QMode ...@@ -956,9 +956,9 @@ bool PLModel::popup( const QModelIndex & index, const QPoint &point, const QMode
menu.addAction( qtr( "Add to playlist"), this, SLOT( popupAddToPlaylist() ) ); menu.addAction( qtr( "Add to playlist"), this, SLOT( popupAddToPlaylist() ) );
menu.addAction( QIcon( ":/buttons/playlist/playlist_remove" ), menu.addAction( QIcon( ":/buttons/playlist/playlist_remove" ),
qtr(I_POP_DEL), this, SLOT( popupDel() ) ); qtr(I_POP_DEL), this, SLOT( popupDel() ) );
menu.addSeparator();
} }
menu.addSeparator();
/* Playlist sorting */ /* Playlist sorting */
if( !sortingMenu ) if( !sortingMenu )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment