diff src/tta/libtta.c @ 1473:eb0913bf54c3

use get_gentitle_format() to get format string so that presets and custom string can coexist.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sun, 12 Aug 2007 00:06:35 +0900
parents db616ccdd40c
children 3f4a74858aa0
line wrap: on
line diff
--- a/src/tta/libtta.c	Sat Aug 11 17:57:19 2007 +0300
+++ b/src/tta/libtta.c	Sun Aug 12 00:06:35 2007 +0900
@@ -177,7 +177,7 @@
 static gchar *
 get_song_title(Tuple *tuple)
 {
-	return tuple_formatter_process_string(tuple, cfg.gentitle_format);
+	return tuple_formatter_process_string(tuple, get_gentitle_format());
 }
 
 static void