changeset 1586:c4b78bc50412 trunk

[svn] - use bmp_title_input_new(), as XMMS_NEW_TITLEINPUT() is a deprecated and unsafe API
author nenolod
date Sat, 19 Aug 2006 20:53:12 -0700
parents a898e415ad8f
children c073fd82ded6
files ChangeLog Plugins/Container/xspf/xspf.c
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Aug 19 14:51:13 2006 -0700
+++ b/ChangeLog	Sat Aug 19 20:53:12 2006 -0700
@@ -1,3 +1,12 @@
+2006-08-19 21:51:13 +0000  Tony Vroon <chainsaw@gentoo.org>
+  revision [2093]
+  An include a day keeps the implicit declaration at bay.
+
+  Changes:        Modified:
+  +1 -0           trunk/Plugins/Visualization/paranormal/pn/pndisplacement.c  
+  +1 -0           trunk/Plugins/Visualization/paranormal/pn/pnimage.c  
+
+
 2006-08-19 19:28:56 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [2091]
   - xspf stores all meta data in tuples now.
--- a/Plugins/Container/xspf/xspf.c	Sat Aug 19 14:51:13 2006 -0700
+++ b/Plugins/Container/xspf/xspf.c	Sat Aug 19 20:53:12 2006 -0700
@@ -50,7 +50,7 @@
 	TitleInput *tuple;
 	gchar *locale_uri = NULL;
 
-	XMMS_NEW_TITLEINPUT(tuple);
+	tuple = bmp_title_input_new();
 
 	// creator, album, title, duration, trackNum, annotation, image, 
 	for(nptr = track->children; nptr != NULL; nptr = nptr->next){