The code that FDO icons gets passed to eventually forces a 64x64 size,

so we might as well search for that size.


SVN revision: 26634
This commit is contained in:
David Walter Seikel 2006-10-16 00:03:11 +00:00
parent 17629f35e0
commit 918b36a372
1 changed files with 1 additions and 2 deletions

View File

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