The code that FDO icons gets passed to eventually forces a 64x64 size,
authorDavid Walter Seikel <onefang@gmail.com>
Mon, 16 Oct 2006 00:03:11 +0000 (00:03 +0000)
committerDavid 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

index 469ac96..9e377d2 100644 (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);