aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/thumbnailgtk_extractor.c
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2014-02-10 22:00:23 +0000
committerLRN <lrn1986@gmail.com>2014-02-10 22:00:23 +0000
commit16bb53fef6537a7c14d845316c977a1fe9920124 (patch)
tree87ee8aea003300c9e4d1f7faaf35d08e34b74fea /src/plugins/thumbnailgtk_extractor.c
parent61065611c22a9be5b43565200db02f96b7deef9c (diff)
downloadlibextractor-16bb53fef6537a7c14d845316c977a1fe9920124.tar.gz
libextractor-16bb53fef6537a7c14d845316c977a1fe9920124.zip
Remove gtk dependency from gtkthumbnailer, depend on gdk-pixbuf
Diffstat (limited to 'src/plugins/thumbnailgtk_extractor.c')
-rw-r--r--src/plugins/thumbnailgtk_extractor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/thumbnailgtk_extractor.c b/src/plugins/thumbnailgtk_extractor.c
index 3676177..fbf45c8 100644
--- a/src/plugins/thumbnailgtk_extractor.c
+++ b/src/plugins/thumbnailgtk_extractor.c
@@ -25,7 +25,7 @@
25 * of the file includes a decoder method that can be used 25 * of the file includes a decoder method that can be used
26 * to reproduce the 128x128 PNG thumbnails. We use 26 * to reproduce the 128x128 PNG thumbnails. We use
27 * libmagic to test if the input data is actually an 27 * libmagic to test if the input data is actually an
28 * image before trying to give it to gtk. 28 * image before trying to give it to gdk-pixbuf.
29 */ 29 */
30#include "platform.h" 30#include "platform.h"
31#include "extractor.h" 31#include "extractor.h"