elm/config: avoid unnecessary elm cache flush
authorsubhransu mohanty <sub.mohanty@samsung.com>
Thu, 22 Aug 2019 12:14:13 +0000 (08:14 -0400)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 23 Aug 2019 08:53:47 +0000 (17:53 +0900)
commit831fc43b3175ea51a698e79cc239eeb0d77875c4
treeb701f5260a155ac37a2adf587a9b511863e32a7a
parentaff83814969d3d59463b15a960e8adfb7a249a40
elm/config: avoid unnecessary elm cache flush

Summary:
in config_apply() we load the deafult theme and then
elm_recache() just throws it away.

so just move it before config_apply for time being.
We need to revisit to check if we really need that elm_recache() in that
function or not.

Reviewers: Hermet, raster, cedric, zmike

Reviewed By: zmike

Subscribers: zmike, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9700
src/lib/elementary/elm_config.c