Mercurial > audlegacy
diff src/audacious/input.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 | f985357757e0 |
| children | 3da640de0e99 |
line wrap: on
line diff
--- a/src/audacious/input.c Sat Aug 11 14:54:34 2007 +0200 +++ b/src/audacious/input.c Sat Aug 11 23:59:24 2007 +0900 @@ -609,7 +609,7 @@ tuple_associate_string(tuple, "file-path", g_path_get_dirname(tmp)); - tmp = tuple_formatter_process_string(tuple, cfg.gentitle_format); + tmp = tuple_formatter_process_string(tuple, get_gentitle_format()); if (tmp != NULL && *tmp != '\0') { (*title) = str_to_utf8(tmp); g_free(tmp);
