From 3160285ace97b32587f6da81461623a7e26e4af2 Mon Sep 17 00:00:00 2001 From: codewarrior Date: Sun, 16 Oct 2005 14:08:29 +0000 Subject: [PATCH] printf-- SVN revision: 17610 --- src/bin/e_fileman_smart.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bin/e_fileman_smart.c b/src/bin/e_fileman_smart.c index 6036909b9..788d02ea5 100644 --- a/src/bin/e_fileman_smart.c +++ b/src/bin/e_fileman_smart.c @@ -1345,9 +1345,7 @@ _e_fm_file_icon_mime_get(E_Fileman_File *file) *ext2 = (unsigned char)tolower((unsigned char)*ext2); snprintf(part, PATH_MAX, "fileman/icons/%s", (ext + 1)); - - printf("searching for %s (%s)\n", part, ext); - + if(!e_theme_edje_object_set(icon_img, "base/theme/fileman", part)) e_theme_edje_object_set(icon_img, "base/theme/fileman", "fileman/icons/file");