Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : cpu

Dir     : e_modules/cpu


Modified Files:
        e_mod_main.c 


Log Message:
Remove size restraint for fangie

===================================================================
RCS file: /cvsroot/enlightenment/e_modules/cpu/e_mod_main.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_mod_main.c        27 Feb 2006 21:42:31 -0000      1.10
+++ e_mod_main.c        1 Mar 2006 16:26:45 -0000       1.11
@@ -273,10 +273,7 @@
                              E_GADMAN_POLICY_HSIZE |
                              E_GADMAN_POLICY_VMOVE |
                              E_GADMAN_POLICY_VSIZE);
-   e_gadman_client_min_size_set(cf->gmc, 45, 50);
-   e_gadman_client_max_size_set(cf->gmc, 128, 128);
    e_gadman_client_auto_size_set(cf->gmc, 45, 50);
-   e_gadman_client_aspect_set(cf->gmc, 1.0, 1.0);
    e_gadman_client_align_set(cf->gmc, 1.0, 1.0);
    e_gadman_client_resize(cf->gmc, 45, 50);
    e_gadman_client_change_func_set(cf->gmc, _cpu_face_cb_gmc_change, cf);
@@ -577,8 +574,6 @@
        cf->old_values = evas_list_remove(cf->old_values, last);
        evas_object_del(last);
      }
-   
-   return;
 }
 
 static void 




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