cedric pushed a commit to branch master.

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

commit 5323f7e1735f7ab057e8e248357cd96ceeea4138
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Mon Sep 26 14:26:17 2016 -0700

    elementary: set the extension on the extension, not the overlay !
    
    @fix
    
    This is a port of D4317
---
 src/lib/elementary/elm_theme.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_theme.c b/src/lib/elementary/elm_theme.c
index 44007fc..0089949 100644
--- a/src/lib/elementary/elm_theme.c
+++ b/src/lib/elementary/elm_theme.c
@@ -574,7 +574,7 @@ elm_theme_overlay_mmap_add(Elm_Theme *th, const Eina_File 
*f)
    Eina_File *file = eina_file_dup(f);
 
    if (!th) th = &(theme_default);
-   _elm_theme_item_finalize(&th->overlay, eina_file_filename_get(file), file, 
EINA_TRUE, EINA_FALSE);
+   _elm_theme_item_finalize(&th->extension, eina_file_filename_get(file), 
file, EINA_TRUE, EINA_FALSE);
    elm_theme_flush(th);
 }
 

-- 


Reply via email to