]> git.sesse.net Git - vlc/commitdiff
Compile fix
authorClément Stenac <zorglub@videolan.org>
Sun, 19 Nov 2006 13:33:27 +0000 (13:33 +0000)
committerClément Stenac <zorglub@videolan.org>
Sun, 19 Nov 2006 13:33:27 +0000 (13:33 +0000)
modules/gui/ncurses.c

index d14f0a8f9988e7b6119c55bfb3ec1452711f136d..9c9070681263c8d97696fc23e9b250acd0b92437 100644 (file)
@@ -549,7 +549,7 @@ static int HandleKey( intf_thread_t *p_intf, int i_key )
                 if( p_item->i_children == -1 )
                 {
                     playlist_DeleteFromInput( p_playlist,
-                                              p_item->p_input->i_id );
+                                              p_item->p_input->i_id, VLC_TRUE );
                 }
                 else
                 {