Author: saces
Date: 2008-12-05 20:42:41 +0000 (Fri, 05 Dec 2008)
New Revision: 24071

Modified:
   trunk/plugins/KeyExplorer/KeyExplorer.java
Log:
fix wired pathnames while exploring a container

Modified: trunk/plugins/KeyExplorer/KeyExplorer.java
===================================================================
--- trunk/plugins/KeyExplorer/KeyExplorer.java  2008-12-05 20:14:58 UTC (rev 
24070)
+++ trunk/plugins/KeyExplorer/KeyExplorer.java  2008-12-05 20:42:41 UTC (rev 
24071)
@@ -416,7 +416,7 @@
                        htmlnode.addChild("#", "(dir)\u00a0");
                        htmlnode.addChild("#", fname);
                                htmlnode.addChild("%", "<BR />");
-                       parseMetadata(htmlnode, md.getDocuments(), prefix + 
fname + "/", furi);
+                               parseMetadata(htmlnode, md.getDocuments(), 
fname + "/", furi);
                }
        }
                

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to