projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bb8745
)
printf--
author
codewarrior
<codewarrior>
Sun, 16 Oct 2005 14:08:29 +0000
(14:08 +0000)
committer
codewarrior
<codewarrior@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 16 Oct 2005 14:08:29 +0000
(14:08 +0000)
SVN revision: 17610
src/bin/e_fileman_smart.c
patch
|
blob
|
history
diff --git
a/src/bin/e_fileman_smart.c
b/src/bin/e_fileman_smart.c
index
6036909
..
788d02e
100644
(file)
--- 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");