Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fm.c Log Message: display delete menu if its a .order indirect ref and u have write perms to .order =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v retrieving revision 1.59 retrieving revision 1.60 diff -u -3 -r1.59 -r1.60 --- e_fm.c 16 Sep 2006 12:02:53 -0000 1.59 +++ e_fm.c 16 Sep 2006 12:38:27 -0000 1.60 @@ -3224,7 +3224,7 @@ can_w2 = 1; if (ic->sd->order_file) { - snprintf(buf, sizeof(buf), "%s/.order", sd->realpath, ic->info.file); + snprintf(buf, sizeof(buf), "%s/.order", sd->realpath); can_w2 = ecore_file_can_write(buf); } if (ic->info.pseudo_link) @@ -3253,6 +3253,7 @@ } else { + 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