Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fm.c 


Log Message:


fix del menu item... finally

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- e_fm.c      16 Sep 2006 12:38:27 -0000      1.60
+++ e_fm.c      16 Sep 2006 13:07:55 -0000      1.61
@@ -3253,7 +3253,8 @@
      }
    else
      {
-       snprintf(buf, sizeof(buf), "%s/.order", sd->realpath);
+       if (ic->info.pseudo_link)
+         snprintf(buf, sizeof(buf), "%s/.order", sd->realpath);
        if (ecore_file_can_write(buf)) can_w = 1;
      }
    if ((can_w) && (can_w2))



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