<div dir="ltr"><div><div>Hello Jb,<br><br></div>Could you suggest me what should be done in order to fix this issue #16551?<br><br></div>Avani <br><div><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 26, 2016 at 11:48 PM, Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net" target="_blank">remi@remlab.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Le 2016-02-25 13:52, Avani a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
---<br>
 modules/gui/qt4/components/playlist/standardpanel.cpp | 4 ++--<br>
 1 file changed, 2 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp<br>
b/modules/gui/qt4/components/playlist/standardpanel.cpp<br>
index 1178647..d1c25c0 100644<br>
--- a/modules/gui/qt4/components/playlist/standardpanel.cpp<br>
+++ b/modules/gui/qt4/components/playlist/standardpanel.cpp<br>
@@ -232,10 +232,10 @@ bool StandardPLPanel::popup( const QPoint &point )<br>
     menu.addSeparator();<br>
<br>
     /* Item removal */<br>
-<br>
+    /* Uncomment the following lines to activate the Remove Selected option<br>
     ADD_MENU_ENTRY( QIcon( ":/buttons/playlist/playlist_remove" ),<br>
qtr(I_POP_DEL),<br>
                     VLCModelSubInterface::ACTION_REMOVE );<br>
-<br>
+    */<br>
     ADD_MENU_ENTRY( QIcon( ":/toolbar/clear" ), qtr("Clear the playlist"),<br>
                     VLCModelSubInterface::ACTION_CLEAR );<br>
</blockquote>
<br></span>
That looks very dangerous to me... inb4 very angry users.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Rémi Denis-Courmont<br>
<a href="http://www.remlab.net/" rel="noreferrer" target="_blank">http://www.remlab.net/</a></font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br></div>