diff src/cdaudio-ng/cdaudio-ng.c @ 2057:cf4fa45ffd80

playlist API vtabling
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 23:09:40 -0500
parents 2f2ffbc2d04d
children 04421592e6a3
line wrap: on
line diff
--- a/src/cdaudio-ng/cdaudio-ng.c	Sat Oct 13 21:06:30 2007 -0500
+++ b/src/cdaudio-ng/cdaudio-ng.c	Sat Oct 13 23:09:40 2007 -0500
@@ -815,7 +815,7 @@
 
 	for (node = list; node; node = g_list_next(node)) {
 		filename = g_build_filename(CDDA_DEFAULT, node->data, NULL);
-		playlist_add(playlist_get_active(), filename);
+		aud_playlist_add(aud_playlist_get_active(), filename);
 		g_free(filename);
 		g_free(node->data);
 	}