discomfitor pushed a commit to branch master.

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

commit 9ad208bfb8e20a143043441a185a6a8734333d52
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Jul 29 17:41:21 2015 -0400

    add fallback loading of default theme on init
    
    this should fix cases where whatever the user-set theme is doesn't provide
    a required group by filling it in
    
    fix T2210
---
 src/bin/e_main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_main.c b/src/bin/e_main.c
index 9f305cd..041944d 100644
--- a/src/bin/e_main.c
+++ b/src/bin/e_main.c
@@ -438,6 +438,8 @@ 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