Mercurial > audlegacy-plugins
comparison src/sexypsf/plugin.c @ 2055:2f2ffbc2d04d
gentitle changes
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sat, 13 Oct 2007 20:43:07 -0500 |
| parents | 8f3188746b64 |
| children | feb0e916f8bc |
comparison
equal
deleted
inserted
replaced
| 2054:f7deb2ae6f0a | 2055:2f2ffbc2d04d |
|---|---|
| 244 static gchar *get_title_psf(gchar *fn) { | 244 static gchar *get_title_psf(gchar *fn) { |
| 245 gchar *title = NULL; | 245 gchar *title = NULL; |
| 246 Tuple *tuple = get_aud_tuple_psf(fn); | 246 Tuple *tuple = get_aud_tuple_psf(fn); |
| 247 | 247 |
| 248 if (tuple != NULL) { | 248 if (tuple != NULL) { |
| 249 title = aud_tuple_formatter_make_title_string(tuple, get_gentitle_format()); | 249 title = aud_tuple_formatter_make_title_string(tuple, aud_get_gentitle_format()); |
| 250 aud_tuple_free(tuple); | 250 aud_tuple_free(tuple); |
| 251 } | 251 } |
| 252 else | 252 else |
| 253 title = g_path_get_basename(fn); | 253 title = g_path_get_basename(fn); |
| 254 | 254 |
