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

Jean-Baptiste Kempf jb at videolan.org
Fri Feb 26 17:31:29 CET 2016


Why?


On 25 Feb, Avani wrote :
> ---
>  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
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

-- 
With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the vlc-devel mailing list