discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=b950ae8020d9b45ac733a47d70a18fe52fca87ca

commit b950ae8020d9b45ac733a47d70a18fe52fca87ca
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Feb 27 17:41:01 2018 -0500

    remove adding theme extension for "default" theme on startup
    
    elm_theme does this automatically so there should never be a need for it
---
 src/bin/e_main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/e_main.c b/src/bin/e_main.c
index b66936d45..f3df15959 100644
--- a/src/bin/e_main.c
+++ b/src/bin/e_main.c
@@ -461,8 +461,6 @@ main(int argc, char **argv)
         e_error_message_show(_("Enlightenment cannot initialize 
Elementary!\n"));
         _e_main_shutdown(-1);
      }
-   if (!eina_streq(elm_theme_get(NULL), "default"))
-     elm_theme_extension_add(NULL, "default");
    TS("Elementary Init Done");
    //_e_main_shutdown_push(elm_shutdown);
 

-- 


Reply via email to