diff 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
line wrap: on
line diff
--- a/src/sexypsf/plugin.c	Sat Oct 13 20:38:34 2007 -0500
+++ b/src/sexypsf/plugin.c	Sat Oct 13 20:43:07 2007 -0500
@@ -246,7 +246,7 @@
     Tuple *tuple = get_aud_tuple_psf(fn);
 
     if (tuple != NULL) {
-        title = aud_tuple_formatter_make_title_string(tuple, get_gentitle_format());
+        title = aud_tuple_formatter_make_title_string(tuple, aud_get_gentitle_format());
         aud_tuple_free(tuple);
     }
     else