hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=c54744e5efa5ad272b3f60498e750ec7fb604951

commit c54744e5efa5ad272b3f60498e750ec7fb604951
Author: ChunEon Park <[email protected]>
Date:   Thu Aug 28 03:11:07 2014 +0900

    remove redundant theme recover.
---
 src/bin/main.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bin/main.c b/src/bin/main.c
index 8d3a428..7dd3ed5 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -510,9 +510,8 @@ elm_setup()
    elm_need_efreet();
    elm_config_profile_set("standard");
 
-   /* Recover the scale & theme since it will be reset by
+   /* Recover the scale since it will be reset by
       elm_config_profile_set() */
-   elm_theme_set(NULL, "default");
    char *scale = getenv("ELM_SCALE");
    if (scale) elm_config_scale_set(atof(scale));
 

-- 


Reply via email to