From 5323f7e1735f7ab057e8e248357cd96ceeea4138 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 26 Sep 2016 14:26:17 -0700 Subject: [PATCH] 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 44007fc408..0089949813 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); }