From: WooHyun Jung <wh0705.jung@samsung.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 31 Jan 2011 08:32:15 +0000 (08:32 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 31 Jan 2011 08:32:15 +0000 (08:32 +0000)
commit60c594b8a9a22d5c477c03119a3ce9a34f3a8de7
treeb470de100ffca4c53690457c68ada69bcc8ccd92
parent98218b3260fc5dbd323b4a8af284099285a113e6
From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] small patch for elm_main.c

I made small patch for elm_main.c

In elm_all_flush function, I was suspicious about,

if _elm_win_list is NULL then following codes should not be called or
not.

 ejde_file_cache_flush();

 edje_collection_cache_flush();

 eet_clearcache();

  I thinks above functions should be called without any consideration
about
the state of _elm_win_list.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@56574 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elm_main.c