SVN revision: 14395
This commit is contained in:
sebastid 2005-04-27 07:03:31 +00:00 committed by sebastid
parent a65bef09f6
commit e1c37fb87c
1 changed files with 5 additions and 1 deletions

View File

@ -103,7 +103,11 @@ void e_move_begin(E_Zone *zone, int x, int y)
void e_move_end(void)
{
evas_object_del(_obj);
if (_obj)
{
evas_object_del(_obj);
_obj = NULL;
}
if (_ee)
{
e_canvas_del(_ee);