Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_icon_layout.c 


Log Message:
no need for those
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_icon_layout.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_icon_layout.c     15 Oct 2005 00:47:19 -0000      1.4
+++ e_icon_layout.c     15 Oct 2005 00:48:27 -0000      1.5
@@ -84,10 +84,7 @@
      return -1;
          
    sd->frozen--;
-   if (sd->frozen <= 0) _e_icon_layout_smart_reconfigure(sd);
-   
-   printf("virtual size is: %d %d\n", sd->vw, sd->vh);
-   
+   if (sd->frozen <= 0) _e_icon_layout_smart_reconfigure(sd);     
    
    return sd->frozen;
 }
@@ -342,9 +339,7 @@
    x = sd->x + sd->xs;
    y = sd->y + sd->ys;
    w = sd->vw;
-   h = sd->vh;
-   
-   printf("reconfigure: w = %d\n", w);
+   h = sd->vh;   
    
    for (l = sd->items; l; l = l->next)
     {




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to