# HG changeset patch # User nenolod # Date 1151547842 25200 # Node ID e6cf73d27ea4408049ad07e85b6bd35585759d45 # Parent 2a69c94320e617b97ee45729a47da47c5d8edc69 [svn] - hookup tuple->formatter diff -r 2a69c94320e6 -r e6cf73d27ea4 ChangeLog --- a/ChangeLog Wed Jun 28 19:06:06 2006 -0700 +++ b/ChangeLog Wed Jun 28 19:24:02 2006 -0700 @@ -1,3 +1,13 @@ +2006-06-29 02:06:06 +0000 William Pitcock + revision [1622] + - add tuple->formatter to tuplespace + + + Changes: Modified: + +1 -0 trunk/audacious/titlestring.h + +1 -0 trunk/libaudacious/titlestring.h + + 2006-06-29 01:53:47 +0000 William Pitcock revision [1620] - tuple builder for PSF files diff -r 2a69c94320e6 -r e6cf73d27ea4 audacious/playlist.c --- a/audacious/playlist.c Wed Jun 28 19:06:06 2006 -0700 +++ b/audacious/playlist.c Wed Jun 28 19:24:02 2006 -0700 @@ -197,7 +197,7 @@ return FALSE; /* entry is still around */ - entry->title = xmms_get_titlestring(xmms_get_gentitle_format(), tuple); + entry->title = xmms_get_titlestring(tuple->formatter != NULL ? tuple->formatter : xmms_get_gentitle_format(), tuple); entry->length = tuple->length; entry->tuple = tuple;