enable icon preload

SVN revision: 56270
This commit is contained in:
Hannes Janetzek 2011-01-23 17:59:25 +00:00
parent c3a28ca278
commit 5d4d9705e8
1 changed files with 3 additions and 3 deletions

View File

@ -427,7 +427,7 @@ Evas_Object *
evry_icon_theme_get(const char *icon, Evas *e)
{
Evas_Object *o = e_icon_add(e);
/* e_icon_preload_set(o, 1); */
e_icon_preload_set(o, 1);
if (e_config->icon_theme_overrides)
{
@ -504,7 +504,7 @@ _file_icon_get(Evry_Item *it, Evas *e)
if (it->icon[0] == '/')
{
o = e_icon_add(e);
/* e_icon_preload_set(o, 1); */
e_icon_preload_set(o, 1);
if (!e_icon_file_set(o, it->icon))
{
@ -565,7 +565,7 @@ evry_util_icon_get(Evry_Item *it, Evas *e)
if (!o && it->icon && it->icon[0] == '/')
{
o = e_icon_add(e);
/* e_icon_preload_set(o, 1); */
e_icon_preload_set(o, 1);
if (!e_icon_file_set(o, it->icon))
{