diff src/sexypsf/plugin.c @ 1510:3a252050736c

replace tuple_formatter_process_string() with tuple_formatter_make_title_string() except that for streamings.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Tue, 21 Aug 2007 17:11:59 +0900
parents eb0913bf54c3
children 331b0614951b d158ce84fda7
line wrap: on
line diff
--- a/src/sexypsf/plugin.c	Tue Aug 21 15:09:22 2007 +0900
+++ b/src/sexypsf/plugin.c	Tue Aug 21 17:11:59 2007 +0900
@@ -251,7 +251,7 @@
     Tuple *tuple = get_tuple_psf(fn);
 
     if (tuple != NULL) {
-        title = tuple_formatter_process_string(tuple, get_gentitle_format());
+        title = tuple_formatter_make_title_string(tuple, get_gentitle_format());
         tuple_free(tuple);
     }
     else