From: WooHyun Jung <wh0705.jung@samsung.com>
authorWooHyun Jung <wh0705.jung@samsung.com>
Mon, 31 Jan 2011 08:32:15 +0000 (08:32 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 31 Jan 2011 08:32:15 +0000 (08:32 +0000)
commit4771009bfad2a61f8ad26a537deffecb6b458f33
treeb470de100ffca4c53690457c68ada69bcc8ccd92
parent9e5fd3afc4bdc7c6c8b04375154e5f40368010ce
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.

SVN revision: 56574
src/lib/elm_main.c