From: raster Date: Fri, 11 Feb 2011 06:16:23 +0000 (+0000) Subject: ok - lets set cache to tyhe RIGHT value eh? X-Git-Tag: REL_F_I9200_20110722_1~8^2~50^2~766 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16f0b06beda15ddc016273d06974112fe3ec5ee7;p=framework%2Fuifw%2Felementary.git ok - lets set cache to tyhe RIGHT value eh? git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@56948 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_config.c b/src/lib/elm_config.c index 75d944a..f47030b 100644 --- a/src/lib/elm_config.c +++ b/src/lib/elm_config.c @@ -1022,8 +1022,8 @@ _elm_recache(void) EINA_LIST_FOREACH(_elm_win_list, l, win) { Evas *e = evas_object_evas_get(win); - evas_image_cache_set(e, _elm_config->image_cache); - evas_font_cache_set(e, _elm_config->font_cache); + evas_image_cache_set(e, _elm_config->image_cache * 1024); + evas_font_cache_set(e, _elm_config->font_cache * 1024); } edje_file_cache_set(_elm_config->edje_cache); edje_collection_cache_set(_elm_config->edje_collection_cache);