[tracker/miner-web] Bugfix return value of albumart_set
- From: Adrien Bustany <abustany src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker/miner-web] Bugfix return value of albumart_set
- Date: Thu, 5 Nov 2009 03:05:33 +0000 (UTC)
commit b0d7baba020d944a708fd9a5dcbd2b4c2e0b2f48
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]