[tracker] Bugfix return value of albumart_set



commit 62d71f4626229dfe62b110907d4f6f0af8df0d7b
Author: Philip Van Hoof <philip codeminded be>
Date:   Tue Nov 3 22:45:15 2009 +0100

    Bugfix return value of albumart_set

 src/tracker-extract/tracker-albumart.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-extract/tracker-albumart.c b/src/tracker-extract/tracker-albumart.c
index 0cc61e7..b4bba0d 100644
--- a/src/tracker-extract/tracker-albumart.c
+++ b/src/tracker-extract/tracker-albumart.c
@@ -625,7 +625,7 @@ albumart_set (const unsigned char *buffer,
 	albumart_signal_queue_thumbnail (local_path, mime);
 	g_free (local_path);
 
-	return TRUE;
+	return retval;
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]