# HG changeset patch # User nenolod # Date 1156045992 25200 # Node ID c4b78bc50412133ac3eacd7a68fbbdabfc4cadd5 # Parent a898e415ad8f4156deda22687ed06ee1f7de3573 [svn] - use bmp_title_input_new(), as XMMS_NEW_TITLEINPUT() is a deprecated and unsafe API diff -r a898e415ad8f -r c4b78bc50412 ChangeLog --- 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 + 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 revision [2091] - xspf stores all meta data in tuples now. diff -r a898e415ad8f -r c4b78bc50412 Plugins/Container/xspf/xspf.c --- 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){