X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fgtk%2Fgtk_playlist.c;h=d6201ddfa42acb340c1237c75e197ea52840ef93;hb=440f9992ee947ea5fd0debbf35fdd1011c6404b3;hp=72fabe8b96b4fada1def0504c00b831ca2bb9a07;hpb=1ffe943ec5e34e24199546b386114bb67586855a;p=vlc diff --git a/plugins/gtk/gtk_playlist.c b/plugins/gtk/gtk_playlist.c index 72fabe8b96..d6201ddfa4 100644 --- a/plugins/gtk/gtk_playlist.c +++ b/plugins/gtk/gtk_playlist.c @@ -2,7 +2,7 @@ * gtk_playlist.c : Interface for the playlist dialog ***************************************************************************** * Copyright (C) 2001 VideoLAN - * $Id: gtk_playlist.c,v 1.14 2001/05/23 23:08:20 stef Exp $ + * $Id: gtk_playlist.c,v 1.15 2001/05/30 17:03:12 sam Exp $ * * Authors: Pierre Baillet * Stéphane Borel @@ -49,7 +49,6 @@ #include "interface.h" #include "intf_playlist.h" #include "intf_msg.h" -#include "intf_urldecode.h" #include "gtk_callbacks.h" #include "gtk_interface.h" @@ -57,9 +56,10 @@ #include "gtk_playlist.h" #include "intf_gtk.h" - #include "main.h" +#include "modules_export.h" + /**************************************************************************** * Playlist window management ****************************************************************************/ @@ -430,7 +430,7 @@ void GtkDropDataReceived( intf_thread_t * p_intf, */ if( i_info == DROP_ACCEPT_TEXT_URI_LIST ) { - urldecode_path( p_string ); + intf_UrlDecode( p_string ); } /* this cuts string into single file drops */