de-e_comp_get()-ify widget_bgpreview

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-01-27 14:34:39 -05:00
parent efd406edab
commit 2cdd022b1b
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ _e_wid_livethumb_resize_job(void *data)
int w, h;
zone = e_comp_object_util_zone_get(dd->live);
if (!zone) zone = eina_list_data_get(e_comp_get(NULL)->zones);
if (!zone) zone = eina_list_data_get(e_comp->zones);
evas_object_geometry_get(dd->live, NULL, NULL, &w, &h);
w *= 2;
h *= 2;