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

Avani Sharma avaninith at gmail.com
Fri Apr 1 07:12:56 CEST 2016


Hello Jb,

Could you suggest me what should be done in order to fix this issue #16551?

Avani



On Fri, Feb 26, 2016 at 11:48 PM, Rémi Denis-Courmont <remi at remlab.net>
wrote:

> Le 2016-02-25 13:52, Avani a écrit :
>
>> ---
>>  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 );
>>
>
> That looks very dangerous to me... inb4 very angry users.
>
> --
> Rémi Denis-Courmont
> http://www.remlab.net/
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20160401/8f9520b0/attachment.html>


More information about the vlc-devel mailing list