ethumb ethumb.c: Fixed wrong return value. Return EINA_FALSE when there is no theme_file on ethumb_frame_set. Spotted by Patryk Kaczmarek <patryk.k@samsung.com>

SVN revision: 77232
This commit is contained in:
Daniel Juyung Seo 2012-10-01 04:43:35 +00:00
parent 70c99a039e
commit 1e38f04bfc
1 changed files with 1 additions and 1 deletions

View File

@ -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)