# HG changeset patch # User William Pitcock # Date 1184979967 18000 # Node ID f416657ee9b7633f6df23ea67b2a98add2b99a00 # Parent 343504d43afcc72b1c888ef0037dda2f105fdcc1 Call playlist_ins() instead of __playlist_ins(). diff -r 343504d43afc -r f416657ee9b7 src/audacious/playlist.c --- a/src/audacious/playlist.c Fri Jul 20 19:42:24 2007 -0500 +++ b/src/audacious/playlist.c Fri Jul 20 20:06:07 2007 -0500 @@ -955,7 +955,7 @@ g_hash_table_foreach_remove(htab, devino_destroy, NULL); for (node = list; node; node = g_list_next(node)) { - __playlist_ins(playlist, node->data, pos, NULL); + playlist_ins(playlist, node->data, pos); g_free(node->data); entries++; if (pos >= 0)