]> git.sesse.net Git - vlc/blobdiff - src/interface/interface.c
* Bug fixes and enhancements in the Gtk+/Gnome interfaces.
[vlc] / src / interface / interface.c
index 233ca5fbb89dbb652952a59780f73ca6a5f16e87..31ef1d5a16626834647e47534a4d9edfa33a9ac8 100644 (file)
@@ -46,7 +46,7 @@
 #include "intf_msg.h"
 #include "interface.h"
 #include "intf_cmd.h"
-#include "intf_plst.h"
+#include "intf_playlist.h"
 #include "intf_channels.h"
 #include "keystrokes.h"
 
@@ -155,7 +155,7 @@ static void intf_Manage( intf_thread_t *p_intf )
     if( p_intf->p_input == NULL && !p_intf->b_die )
     {
         /* Select the next playlist item */
-        intf_PlstNext( p_main->p_playlist );
+        intf_PlaylistNext( p_main->p_playlist );
 
         if( p_main->p_playlist->i_index == -1 )
         {