raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=99a98997ad5e3dc25c86ff5261013ff0125d2ae5

commit 99a98997ad5e3dc25c86ff5261013ff0125d2ae5
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Fri Feb 5 22:01:27 2016 +0900

    e - bgpreview widget - fix sizing of normal wallpapers after video add
    
    sizing of bg previuews with normal edje wallpapers broke when adding
    in video - fix back to where it was and working again
---
 src/bin/e_widget_bgpreview.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_widget_bgpreview.c b/src/bin/e_widget_bgpreview.c
index b07dbad..e3d41dc 100644
--- a/src/bin/e_widget_bgpreview.c
+++ b/src/bin/e_widget_bgpreview.c
@@ -167,7 +167,7 @@ _e_wid_livethumb_resize_job(void *data)
      {
         zone = e_comp_object_util_zone_get(dd->live);
         if (!zone) zone = eina_list_data_get(e_comp->zones);
-        evas_object_geometry_get(dd->live, NULL, NULL, &w, &h);
+        evas_object_geometry_get(dd->cont, NULL, NULL, &w, &h);
         if ((w != zone->w) || (h != zone->h))
           {
              w *= 2;

-- 


Reply via email to