diff src/sexypsf/plugin.c @ 1465:db616ccdd40c

use tuple_free(x) in place of mowgli_object_unref(x)
author Giacomo Lozito <james@develia.org>
date Sat, 11 Aug 2007 12:21:30 +0200
parents 195b5657303e
children eb0913bf54c3
line wrap: on
line diff
--- a/src/sexypsf/plugin.c	Sat Aug 11 12:10:33 2007 +0200
+++ b/src/sexypsf/plugin.c	Sat Aug 11 12:21:30 2007 +0200
@@ -252,7 +252,7 @@
 
     if (tuple != NULL) {
         title = tuple_formatter_process_string(tuple, cfg.gentitle_format);
-        mowgli_object_unref(tuple);
+        tuple_free(tuple);
     }
     else
         title = g_path_get_basename(fn);