Enlightenment CVS committal

Author  : moom
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_gadcon.c 


Log Message:
* [Ibar/Ibox] Make "o_empty" object expand so we can right-click 
everywhere in the ibar/ibox to add new icons when it's empty. (TODO--)


===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -3 -r1.44 -r1.45
--- e_gadcon.c  2 Sep 2006 00:12:16 -0000       1.44
+++ e_gadcon.c  6 Sep 2006 21:40:16 -0000       1.45
@@ -1281,15 +1281,11 @@
          {
             if ((gcc->aspect.w > 0) && (gcc->aspect.h > 0))
               w = (h * gcc->aspect.w) / gcc->aspect.h;
-            else
-              w = gcc->min.w;
          }
        else
          {
             if ((gcc->aspect.w > 0) && (gcc->aspect.h > 0))
               h = (w * gcc->aspect.h) / gcc->aspect.w;
-            else
-              h = gcc->min.h;
          }
      }
    e_box_pack_options_set(gcc->o_base,



-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to