From 1e38f04bfcea52fbe8607653ff2f388cb4fa3e04 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Mon, 1 Oct 2012 04:43:35 +0000 Subject: [PATCH] ethumb ethumb.c: Fixed wrong return value. Return EINA_FALSE when there is no theme_file on ethumb_frame_set. Spotted by Patryk Kaczmarek SVN revision: 77232 --- legacy/ethumb/src/lib/ethumb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ethumb/src/lib/ethumb.c b/legacy/ethumb/src/lib/ethumb.c index ac1637aeb3..a78ecf55ac 100644 --- a/legacy/ethumb/src/lib/ethumb.c +++ b/legacy/ethumb/src/lib/ethumb.c @@ -530,7 +530,7 @@ ethumb_frame_set(Ethumb *e, const char *theme_file, const char *group, const cha if (!theme_file) { e->frame = NULL; - return EINA_TRUE; + return EINA_FALSE; } if (!frame)