[tracker] Fix building without gdk-pixbuf
- From: John Carr <johncarr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker] Fix building without gdk-pixbuf
- Date: Tue, 3 Nov 2009 10:43:31 +0000 (UTC)
commit 58265d1a094dce18c2c04aeabb2026d65387d2d6
Author: John Carr <john carr unrouted co uk>
Date: Tue Nov 3 03:10:41 2009 +0000
Fix building without gdk-pixbuf
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 aabb5b7..09184f0 100644
--- a/src/tracker-extract/tracker-albumart.c
+++ b/src/tracker-extract/tracker-albumart.c
@@ -579,8 +579,8 @@ albumart_heuristic (const gchar *artist,
retval = error != NULL;
g_clear_error (&error);
}
- }
#endif /* HAVE_GDKPIXBUF */
+ }
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]