diff src/thumb.h @ 864:f40509d56fe3

added pixbuf_fallback function fixed thumb loader for non-image files
author nadvornik
date Fri, 27 Jun 2008 21:09:15 +0000
parents 9bd49e725ad3
children 21e324dcd78c
line wrap: on
line diff
--- a/src/thumb.h	Fri Jun 27 18:43:05 2008 +0000
+++ b/src/thumb.h	Fri Jun 27 21:09:15 2008 +0000
@@ -26,7 +26,7 @@
 gint thumb_loader_start(ThumbLoader *tl, FileData *fd);
 void thumb_loader_free(ThumbLoader *tl);
 
-GdkPixbuf *thumb_loader_get_pixbuf(ThumbLoader *tl, gint with_fallback);
+GdkPixbuf *thumb_loader_get_pixbuf(ThumbLoader *tl);
 
 
 #endif