Mercurial > audlegacy
changeset 3129:f416657ee9b7 trunk
Call playlist_ins() instead of __playlist_ins().
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Fri, 20 Jul 2007 20:06:07 -0500 |
parents | 343504d43afc |
children | 03b85ed64527 |
files | src/audacious/playlist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)