Commit f08ad433 authored by Renaud Dartus's avatar Renaud Dartus

* Make vlc compiling !
parent 7e6fdf13
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* callbacks.c : Callbacks for the Familiar Linux Gtk+ plugin. * callbacks.c : Callbacks for the Familiar Linux Gtk+ plugin.
***************************************************************************** *****************************************************************************
* Copyright (C) 2000, 2001 VideoLAN * Copyright (C) 2000, 2001 VideoLAN
* $Id: callbacks.c,v 1.23 2003/07/23 01:13:47 gbazin Exp $ * $Id: callbacks.c,v 1.24 2003/07/31 20:47:09 reno Exp $
* *
* Authors: Jean-Paul Saman <jpsaman@wxs.nl> * Authors: Jean-Paul Saman <jpsaman@wxs.nl>
* *
...@@ -110,7 +110,7 @@ void MediaURLOpenChanged( GtkWidget *widget, gchar *psz_url ) ...@@ -110,7 +110,7 @@ void MediaURLOpenChanged( GtkWidget *widget, gchar *psz_url )
} }
else else
{ {
playlist_Add( p_playlist, (char*)psz_url, playlist_Add( p_playlist, (char*)psz_url, 0, 0,
PLAYLIST_APPEND, PLAYLIST_END ); PLAYLIST_APPEND, PLAYLIST_END );
} }
vlc_object_release( p_playlist ); vlc_object_release( p_playlist );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment