Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_widget_color_well.c e_widget_desk_preview.c 


Log Message:

Fix bug: overlap in deskpreview with a single desktop
move color well default min size from theme into the widget itself (may still 
need to be tweaked a bit -- but can always be overridden when using the widget)



===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_color_well.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_widget_color_well.c       3 Oct 2006 14:14:11 -0000       1.9
+++ e_widget_color_well.c       13 Oct 2006 02:49:40 -0000      1.10
@@ -139,8 +139,7 @@
    evas_object_show(o); 
    wd->o_edje = o;
 
-   edje_object_size_min_calc(o, &mw, &mh);
-   e_widget_min_size_set(obj, mw, mh);
+   e_widget_min_size_set(obj, 50, 50);
 
    o = evas_object_rectangle_add(evas);
    e_widget_sub_object_add(obj, o);
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_desk_preview.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_widget_desk_preview.c     9 Oct 2006 19:06:43 -0000       1.1
+++ e_widget_desk_preview.c     13 Oct 2006 02:49:40 -0000      1.2
@@ -92,7 +92,7 @@
    e_widget_aspect_child_set(wd->aspect, o); 
    wd->table = o;
 
-   evas_object_geometry_get(wd->aspect, NULL, NULL, &aw, &ah);
+   evas_object_geometry_get(wd->table, NULL, NULL, &aw, &ah);
 
    if (ny > nx)
      {
@@ -150,7 +150,7 @@
             e_icon_fill_inside_set(o, 0);
             e_thumb_icon_file_set(o, bgfile, "e/desktop/background");
             e_thumb_icon_size_set(o, tw, th);
-            edje_object_part_swallow(overlay, "e.swallow.desk", o);
+            edje_object_part_swallow(overlay, "e.swallow.content", o);
             e_thumb_icon_begin(o);
             evas_object_show(o);
             e_widget_sub_object_add(dw, o);



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to