entrance: delete the preview here.

This commit is contained in:
Marcel Hollerbach 2014-05-29 19:43:50 +02:00
parent 989e78eb40
commit f626cb0a23
1 changed files with 4 additions and 1 deletions

View File

@ -79,8 +79,11 @@ _entrance_conf_theme_update_preview(const char *name)
static void static void
_entrance_conf_theme_end(void) _entrance_conf_theme_end(void)
{ {
Evas_Object *o;
o = elm_object_part_content_get(_entrance_int_conf_theme->preview, "default");
if (o)
_entrance_tp_del(o);
free(_entrance_int_conf_theme); free(_entrance_int_conf_theme);
evas_object_del(_entrance_int_conf_theme->preview);
} }
static Eina_Bool static Eina_Bool