NULL out focused part when clearing the remnants of a gone Edje
authorsachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 6 Dec 2010 13:50:51 +0000 (13:50 +0000)
committersachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 6 Dec 2010 13:50:51 +0000 (13:50 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@55330 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_load.c

index 829f20b..5c7c778 100644 (file)
@@ -1082,6 +1082,7 @@ _edje_file_del(Edje *ed)
    if (ed->table_programs) free(ed->table_programs);
    ed->table_programs = NULL;
    ed->table_programs_size = 0;
+   ed->focused_part = NULL;
 }
 
 void