Mercurial > audlegacy-plugins
diff src/timidity/xmms-timidity.c @ 2055:2f2ffbc2d04d
gentitle changes
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sat, 13 Oct 2007 20:43:07 -0500 |
| parents | 8f3188746b64 |
| children | b8da6a0b0da2 |
line wrap: on
line diff
--- a/src/timidity/xmms-timidity.c Sat Oct 13 20:38:34 2007 -0500 +++ b/src/timidity/xmms-timidity.c Sat Oct 13 20:43:07 2007 -0500 @@ -291,7 +291,7 @@ input = aud_tuple_new_from_filename(filename); - title = aud_tuple_formatter_make_title_string(input, get_gentitle_format()); + title = aud_tuple_formatter_make_title_string(input, aud_get_gentitle_format()); if (title == NULL || *title == '\0') title = g_strdup(aud_tuple_get_string(input, FIELD_FILE_NAME, NULL));
