X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fplaylist.m;h=e0e6c22c2df22e7a9aae6808abe0728b177cd964;hp=ac9239b5d89f4eefc77380a7d18fdf9742821598;hb=f452c11004a9eddf5fa3c9342b44590c936018a1;hpb=fbce9b9638ce65acc8c4c8bb1c9d7405d4378bc8 diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m index ac9239b5d8..e0e6c22c2d 100644 --- a/modules/gui/macosx/playlist.m +++ b/modules/gui/macosx/playlist.m @@ -1373,12 +1373,12 @@ if( psz_name != NULL && psz_name != "" ) p_item = playlist_NodeCreate( p_playlist, psz_name, - p_playlist->p_local_category, 0 ); + p_playlist->p_local_category, 0, NULL ); else if(! config_GetInt( p_playlist, "interact" ) ) { /* in case that the interaction is disabled, just give it a bogus name */ p_item = playlist_NodeCreate( p_playlist, _("Empty Folder"), - p_playlist->p_local_category, 0 ); + p_playlist->p_local_category, 0, NULL ); } if(! p_item )