Enlightenment CVS committal

Author  : moom
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/ibox


Modified Files:
        e_mod_main.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/modules/ibox/e_mod_main.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- e_mod_main.c        3 Sep 2006 07:40:44 -0000       1.65
+++ e_mod_main.c        6 Sep 2006 21:40:17 -0000       1.66
@@ -219,8 +219,6 @@
       default:
        break;
      }
-   if (evas_list_count(inst->ibox->icons) < 1)
-     e_gadcon_client_aspect_set(gcc, 16, 16);
    e_gadcon_client_min_size_set(gcc, 16, 16);
 }
 
@@ -336,7 +334,7 @@
                                    1, 1, /* expand */
                                    0.5, 0.5, /* align */
                                    w, h, /* min */
-                                   w, h /* max */
+                                   9999, 9999 /* max */
                                    );
          }
      }



-------------------------------------------------------------------------
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