comparison src/tta/libtta.c @ 2055:2f2ffbc2d04d

gentitle changes
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 20:43:07 -0500
parents 2ffc6a69fcd1
children 624eb07fe591
comparison
equal deleted inserted replaced
2054:f7deb2ae6f0a 2055:2f2ffbc2d04d
155 } 155 }
156 156
157 static gchar * 157 static gchar *
158 get_song_title(Tuple *tuple) 158 get_song_title(Tuple *tuple)
159 { 159 {
160 return aud_tuple_formatter_make_title_string(tuple, get_gentitle_format()); 160 return aud_tuple_formatter_make_title_string(tuple, aud_get_gentitle_format());
161 } 161 }
162 162
163 static void 163 static void
164 get_song_info (char *filename, char **title, int *length) 164 get_song_info (char *filename, char **title, int *length)
165 { 165 {