Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : net

Dir     : e_modules/net


Modified Files:
        e_mod_main.c 


Log Message:
Remove the max size restraint for onefang. I know this is gonna come back
and bite me in the arse tho.

===================================================================
RCS file: /cvsroot/enlightenment/e_modules/net/e_mod_main.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_mod_main.c        1 Mar 2006 16:20:30 -0000       1.12
+++ e_mod_main.c        1 Mar 2006 16:25:08 -0000       1.13
@@ -317,8 +317,8 @@
                              E_GADMAN_POLICY_HSIZE |
                              E_GADMAN_POLICY_VMOVE |
                              E_GADMAN_POLICY_VSIZE);
-   e_gadman_client_min_size_set(nf->gmc, 40, 40);
-   e_gadman_client_max_size_set(nf->gmc, 128, 128);
+   //e_gadman_client_min_size_set(nf->gmc, 40, 40);
+   //e_gadman_client_max_size_set(nf->gmc, 128, 128);
    e_gadman_client_auto_size_set(nf->gmc, 40, 40);
    e_gadman_client_align_set(nf->gmc, 1.0, 1.0);
    e_gadman_client_resize(nf->gmc, 40, 40);




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to