do not modify bryce zone/name during startup

this breaks bryce init by moving all bryces to zone 0

fix T4784
This commit is contained in:
Mike Blumenkrantz 2016-10-31 11:19:04 -04:00
parent 349fc5e910
commit 5d2028a300
1 changed files with 1 additions and 0 deletions

View File

@ -498,6 +498,7 @@ _bryce_moveresize(void *data, Evas *e EINA_UNUSED, Evas_Object *obj, void *event
b->save_timer = ecore_timer_add(0.5, _bryce_moveresize_save, b);
}
if (starting) return;
zone = e_comp_object_util_zone_get(obj);
if (zone)
{