Whoops. Fix for real.

SVN revision: 50776
This commit is contained in:
titan 2010-08-03 17:57:10 +00:00 committed by titan
parent 98bb42c6a2
commit 133c3b83e0
1 changed files with 3 additions and 3 deletions

View File

@ -176,9 +176,9 @@ _ephoto_populate_filter(const void *data, const char *file)
{ {
const char *type; const char *type;
if (!(type = efreet_mime_type_get((const char *)file))) printf("%s\n", file);
if (!(type = efreet_mime_type_get(file)))
return EINA_FALSE; return EINA_FALSE;
if (!strncmp(type, "image", 5)) if (!strncmp(type, "image", 5))
return EINA_TRUE; return EINA_TRUE;
@ -187,7 +187,7 @@ _ephoto_populate_filter(const void *data, const char *file)
/*Done populating images*/ /*Done populating images*/
static void static void
_ephoto_populate_end(void *data) _ephoto_populate_end(const void *data)
{ {
list = NULL; list = NULL;