]> git.sesse.net Git - vlc/commitdiff
Here too
authorClément Stenac <zorglub@videolan.org>
Sat, 27 May 2006 11:08:56 +0000 (11:08 +0000)
committerClément Stenac <zorglub@videolan.org>
Sat, 27 May 2006 11:08:56 +0000 (11:08 +0000)
modules/gui/wxwidgets/dialogs/open.cpp

index d8c9a17ab2145f5e5f832f2d592189ed0d50f98c..d22580e198f9cbdfc42a2a89fad34b88208c3d85 100644 (file)
@@ -1206,11 +1206,9 @@ void OpenDialog::OnOk( wxCommandEvent& WXUNUSED(event) )
 
         if( b_start )
         {
-            playlist_PlaylistAddInput( p_playlist, p_input, PLAYLIST_APPEND,
+            playlist_PlaylistAddInput( p_playlist, p_input,
+                                       PLAYLIST_APPEND | PLAYLIST_GO,
                                        PLAYLIST_END );
-            msg_Err( p_playlist, "Item start not implemented" );
-            // FIXME: Play only within the playlist node
-            //playlist_Control( p_playlist, PLAYLIST_ITEMPLAY, p_item );
         }
         else
         {