elementary: set the extension on the extension, not the overlay !

@fix

This is a port of D4317
This commit is contained in:
Cedric BAIL 2016-09-26 14:26:17 -07:00
parent a8ba4c28fb
commit 5323f7e173
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}