diff src/thumb_standard.c @ 1437:a3d3208b0c50

gint -> gboolean.
author zas_
date Sun, 15 Mar 2009 07:07:52 +0000
parents 249bf204004a
children a6f9ba6fd751
line wrap: on
line diff
--- a/src/thumb_standard.c	Sat Mar 14 23:26:42 2009 +0000
+++ b/src/thumb_standard.c	Sun Mar 15 07:07:52 2009 +0000
@@ -197,7 +197,7 @@
 static gint thumb_loader_std_fail_check(ThumbLoaderStd *tl)
 {
 	gchar *fail_path;
-	gint result = FALSE;
+	gboolean result = FALSE;
 
 	fail_path = thumb_loader_std_cache_path(tl, FALSE, NULL, TRUE);
 	if (isfile(fail_path))
@@ -776,7 +776,7 @@
 {
 	ThumbValidate *tv = data;
 	GdkPixbuf *pixbuf;
-	gint valid = FALSE;
+	gboolean valid = FALSE;
 
 	/* this function is called on success, so the pixbuf should not be a fallback*/
 	pixbuf = thumb_loader_std_get_pixbuf(tv->tl);