[elm_main] all_flush is modified
authorWooHyun Jung <wh0705.jung@samsung.com>
Tue, 8 Feb 2011 05:18:34 +0000 (14:18 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Tue, 8 Feb 2011 05:18:34 +0000 (14:18 +0900)
src/lib/elm_main.c

index f57ec9f..9a6aa6c 100644 (file)
@@ -1875,13 +1875,13 @@ elm_all_flush(void)
    const Eina_List *l;
    Evas_Object *obj;
 
+   edje_file_cache_flush();
+   edje_collection_cache_flush();
+   eet_clearcache();
    EINA_LIST_FOREACH(_elm_win_list, l, obj)
      {
         Evas *e = evas_object_evas_get(obj);
-        edje_file_cache_flush();
-        edje_collection_cache_flush();
-        eet_clearcache();
-        evas_image_cache_flush(e);
+            evas_image_cache_flush(e);
         evas_font_cache_flush(e);
         evas_render_dump(e);
      }