[vlc-devel] [PATCH] commented the lines for item removal to remove the option "Remove selected"

Avani avaninith at gmail.com
Thu Feb 25 12:52:58 CET 2016


---
 modules/gui/qt4/components/playlist/standardpanel.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp
index 1178647..d1c25c0 100644
--- a/modules/gui/qt4/components/playlist/standardpanel.cpp
+++ b/modules/gui/qt4/components/playlist/standardpanel.cpp
@@ -232,10 +232,10 @@ bool StandardPLPanel::popup( const QPoint &point )
     menu.addSeparator();
 
     /* Item removal */
-
+    /* Uncomment the following lines to activate the Remove Selected option
     ADD_MENU_ENTRY( QIcon( ":/buttons/playlist/playlist_remove" ), qtr(I_POP_DEL),
                     VLCModelSubInterface::ACTION_REMOVE );
-
+    */
     ADD_MENU_ENTRY( QIcon( ":/toolbar/clear" ), qtr("Clear the playlist"),
                     VLCModelSubInterface::ACTION_CLEAR );
 
-- 
2.1.4



More information about the vlc-devel mailing list