Mercurial > audlegacy-plugins
diff src/timidity/src/xmms-timidity.c @ 1687:d158ce84fda7
Modified for Tuplez/plugin API changes.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Wed, 05 Sep 2007 09:29:26 +0300 |
| parents | 3a252050736c |
| children | 62e89e392227 |
line wrap: on
line diff
--- a/src/timidity/src/xmms-timidity.c Wed Sep 05 07:38:21 2007 +0300 +++ b/src/timidity/src/xmms-timidity.c Wed Sep 05 09:29:26 2007 +0300 @@ -312,7 +312,7 @@ title = tuple_formatter_make_title_string(input, get_gentitle_format()); if (title == NULL || *title == '\0') - title = g_strdup(tuple_get_string(input, "file-name")); + title = g_strdup(tuple_get_string(input, FIELD_FILE_NAME, NULL)); tuple_free(input);
