e_comp_x: check for zone before actually using it

This commit is contained in:
Daniel Kolesa 2014-02-25 20:16:15 +00:00
parent b7f4686d00
commit 7c20b5407a
1 changed files with 1 additions and 1 deletions

View File

@ -4550,7 +4550,7 @@ _e_comp_x_ee_resize(Ecore_Evas *ee)
e_comp_canvas_update(c);
E_CLIENT_FOREACH(c, ec)
{
if (!e_client_util_ignored_get(ec))
if (ec->zone && !e_client_util_ignored_get(ec))
_e_comp_x_client_zone_geometry_set(ec);
}
}