discomfitor pushed a commit to branch master.

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

commit a0f7dd5aa99c6bfb6d5d29605781c6a47ccfeba1
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Feb 27 14:21:14 2018 -0500

    elm: set default theme name internally when applying config
    
    for whatever reason this is only generated in elm_theme_get(), so call
    that whenever doing theme string parsing
    
    @fix
---
 src/lib/elementary/elm_theme.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elementary/elm_theme.c b/src/lib/elementary/elm_theme.c
index ed24b7a0f9..1a9d6a8184 100644
--- a/src/lib/elementary/elm_theme.c
+++ b/src/lib/elementary/elm_theme.c
@@ -475,6 +475,7 @@ _elm_theme_parse(Elm_Theme *th, const char *theme)
 
    EINA_LIST_FREE(names, p)
      _elm_theme_file_item_add(&th->themes, p, EINA_FALSE, EINA_TRUE);
+   elm_theme_get(th);
 }
 
 void

-- 


Reply via email to