e_comp_x: reverted 7c20b54 (was fixed in the meantime and i didn't notice)

This commit is contained in:
Daniel Kolesa 2014-02-25 20:30:45 +00:00
parent 7c20b5407a
commit 79f3313931
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 (ec->zone && !e_client_util_ignored_get(ec))
if (!e_client_util_ignored_get(ec))
_e_comp_x_client_zone_geometry_set(ec);
}
}