]> git.sesse.net Git - vlc/blobdiff - modules/gui/pda/pda_callbacks.c
Merge commit 'origin/1.0-bugfix'
[vlc] / modules / gui / pda / pda_callbacks.c
index ca13118dde81a9901f2436eed8f507e8126a2760..9e4100ac28bb78cd9d1695b2362ecb548ef6b6e5 100644 (file)
@@ -136,7 +136,7 @@ static void PlaylistAddItem(GtkWidget *widget, gchar *name, char **ppsz_options,
                               (const char*)name,
                               PLAYLIST_APPEND, PLAYLIST_END,
                               (mtime_t) 0,
-                              i_options, (const char **) ppsz_options, VLC_INPUT_OPTION_TRUSTED,
+                              i_size, (const char **) ppsz_options, VLC_INPUT_OPTION_TRUSTED,
                               true, pl_Unlocked );
             }