disable cache flush 92/38892/1
authorJehun Lim <jehun.lim@samsung.com>
Thu, 30 Apr 2015 00:39:11 +0000 (09:39 +0900)
committerJehun Lim <jehun.lim@samsung.com>
Thu, 30 Apr 2015 00:39:11 +0000 (09:39 +0900)
Change-Id: Ib7259eade1e0edb655e21055383aa18eef727e42
Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
src/main.cpp

index fae21c5..5dadb04 100644 (file)
@@ -306,6 +306,7 @@ bool CGalleryApp::OnCreate(void)
 
        elm_theme_overlay_add(NULL, THEMEFILE);
        elm_config_focus_move_policy_set(ELM_FOCUS_MOVE_POLICY_CLICK);
+       elm_config_cache_flush_enabled_set(EINA_FALSE);
 
        m->win = m_AddWin(m->name);
        if (!m->win)