]> git.sesse.net Git - vlc/blobdiff - plugins/gtk/gtk_playlist.c
* Fixed the BeOS compile typo.
[vlc] / plugins / gtk / gtk_playlist.c
index b22dac10d0d07478ab881f3577f9a91e0f2edeb7..d6201ddfa42acb340c1237c75e197ea52840ef93 100644 (file)
@@ -2,7 +2,7 @@
  * gtk_playlist.c : Interface for the playlist dialog
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: gtk_playlist.c,v 1.13 2001/05/15 14:49:48 stef Exp $
+ * $Id: gtk_playlist.c,v 1.15 2001/05/30 17:03:12 sam Exp $
  *
  * Authors: Pierre Baillet <oct@zoy.org>
  *          Stéphane Borel <stef@via.ecp.fr>
@@ -22,9 +22,6 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
-#define MODULE_NAME gtk
-#include "modules_inner.h"
-
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
@@ -52,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"
 #include "gtk_playlist.h"
 #include "intf_gtk.h"
 
-
 #include "main.h"
 
+#include "modules_export.h"
+
 /****************************************************************************
  * Playlist window management
  ****************************************************************************/
@@ -433,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 */