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:
17629f3
)
The code that FDO icons gets passed to eventually forces a 64x64 size,
author
David Walter Seikel
<onefang@gmail.com>
Mon, 16 Oct 2006 00:03:11 +0000
(
00:03
+0000)
committer
David Walter Seikel
<onefang@gmail.com>
Mon, 16 Oct 2006 00:03:11 +0000
(
00:03
+0000)
so we might as well search for that size.
SVN revision: 26634
src/bin/e_apps.c
patch
|
blob
|
history
diff --git
a/src/bin/e_apps.c
b/src/bin/e_apps.c
index
469ac96
..
9e377d2
100644
(file)
--- a/
src/bin/e_apps.c
+++ b/
src/bin/e_apps.c
@@
-2122,8
+2122,7
@@
_e_app_icon_type(E_App *a)
{
char *v = NULL;
- /* FIXME: Use a real icon size. */
- v = (char *)ecore_desktop_icon_find(a->icon_class, NULL, e_config->icon_theme);
+ v = (char *)ecore_desktop_icon_find(a->icon_class, "64x64", e_config->icon_theme);
if (v)
{
if (a->icon_path) evas_stringshare_del(a->icon_path);