elementary: set the extension on the extension, not the overlay !
authorCedric BAIL <cedric@osg.samsung.com>
Mon, 26 Sep 2016 21:26:17 +0000 (14:26 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 26 Sep 2016 22:01:33 +0000 (15:01 -0700)
@fix

This is a port of D4317

src/lib/elementary/elm_theme.c

index 44007fc..0089949 100644 (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);
 }