yoz pushed a commit to branch master.

http://git.enlightenment.org/misc/entrance.git/commit/?id=44e1a9c8928cf26db66e420362604b17165b7afd

commit 44e1a9c8928cf26db66e420362604b17165b7afd
Author: Michael Bouchaud <y...@efl.so>
Date:   Sun Jul 20 21:14:10 2014 +0000

    Revert "entrance: delete the preview here."
    
    This reverts commit f626cb0a233e18c50b0ea9e76370802bbc48aeba.
---
 src/bin/entrance_conf_theme.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/bin/entrance_conf_theme.c b/src/bin/entrance_conf_theme.c
index ace7450..8c59a66 100644
--- a/src/bin/entrance_conf_theme.c
+++ b/src/bin/entrance_conf_theme.c
@@ -79,11 +79,8 @@ _entrance_conf_theme_update_preview(const char *name)
 static 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);
+   evas_object_del(_entrance_int_conf_theme->preview);
 }
 
 static Eina_Bool

-- 


Reply via email to