diff src/audacious/playlist.c @ 3334:ea806daf3ef0 trunk

rename xmms_get_gentitle_format() to get_gentitle_format().
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sat, 11 Aug 2007 23:59:24 +0900
parents 5296086f20cf
children 99f34db2c3fc
line wrap: on
line diff
--- a/src/audacious/playlist.c	Sat Aug 11 14:54:34 2007 +0200
+++ b/src/audacious/playlist.c	Sat Aug 11 23:59:24 2007 +0900
@@ -239,7 +239,7 @@
     /* entry is still around */
     formatter = tuple_get_string(tuple, "formatter");
     entry->title = tuple_formatter_process_string(tuple, formatter ?
-                                                  formatter : xmms_get_gentitle_format());
+                                                  formatter : get_gentitle_format());
     entry->length = tuple_get_int(tuple, "length");
     entry->tuple = tuple;
 
@@ -676,7 +676,7 @@
     if (tuple != NULL) {
         const gchar *formatter = tuple_get_string(tuple, "formatter");
         entry->title = tuple_formatter_process_string(tuple, formatter ?
-                                                      formatter : xmms_get_gentitle_format());
+                                                      formatter : get_gentitle_format());
         entry->length = tuple_get_int(tuple, "length");
         entry->tuple = tuple;
     }