do not modify bryce zone/name during startup

this breaks bryce init by moving all bryces to zone 0

fix T4784
devs/yoz/bryce
Mike Blumenkrantz 6 years ago
parent 349fc5e910
commit 5d2028a300
  1. 1
      src/bin/e_bryce.c

@ -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)
{

Loading…
Cancel
Save