Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fileman_smart.c e_icon_canvas.c 


Log Message:
metadata + positioning:
- disable this for now so we can debug other things, them come back to it.


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_fileman_smart.c,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -3 -r1.113 -r1.114
--- e_fileman_smart.c   8 Dec 2005 13:03:06 -0000       1.113
+++ e_fileman_smart.c   13 Dec 2005 14:56:21 -0000      1.114
@@ -3292,6 +3292,11 @@
    Eet_File *ef;
    char buf[PATH_MAX];
    char *hash;  
+
+   /*******
+    * DISABLE FOR NOW
+    *******/
+   return 0;
    
    if (!sd->dir) return 0;
    
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_icon_canvas.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_icon_canvas.c     8 Dec 2005 13:03:06 -0000       1.3
+++ e_icon_canvas.c     13 Dec 2005 14:56:21 -0000      1.4
@@ -190,6 +190,7 @@
 void
 e_icon_canvas_pack_at_location(Evas_Object *obj, Evas_Object *child, 
Evas_Object *(*create)(void *data), void (*destroy)(Evas_Object *obj, void 
*data), void *data, Evas_Coord x, Evas_Coord y)
 {    
+#if 0   
    E_Smart_Data *sd;   
    E_Icon_Canvas_Item *li;
    
@@ -211,6 +212,10 @@
      sd->vh = li->y + li->h;   
    
    _e_icon_canvas_pack(sd, li);
+#endif
+
+   e_icon_canvas_pack(obj, child, create, destroy, data);
+   
 }
 
 void




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to