Author: saces
Date: 2009-02-27 14:08:34 +0000 (Fri, 27 Feb 2009)
New Revision: 25855
Modified:
trunk/plugins/KeyExplorer/KeyExplorer.java
Log:
tell 'simple split file' or 'split file' only, not both
Modified: trunk/plugins/KeyExplorer/KeyExplorer.java
===================================================================
--- trunk/plugins/KeyExplorer/KeyExplorer.java 2009-02-27 14:00:45 UTC (rev
25854)
+++ trunk/plugins/KeyExplorer/KeyExplorer.java 2009-02-27 14:08:34 UTC (rev
25855)
@@ -417,11 +417,12 @@
htmlnode.addChild("#",
"(simple-manifest)\u00a0");
if (md.isSimpleSplitfile())
htmlnode.addChild("#", "(simple-splitf)\u00a0");
+ else if (md.isSplitfile())
+ htmlnode.addChild("#", "(splitf)\u00a0");
if (md.isSingleFileRedirect())
htmlnode.addChild("#", "(extern)\u00a0");
- if (md.isSplitfile())
- htmlnode.addChild("#", "(splitf)\u00a0");
+
if (md.isArchiveInternalRedirect()) {
htmlnode.addChild(new HTMLNode("a", "href",
"/?key=" + furi + "/" + fname, fname));
htmlnode.addChild("%", "<BR />");
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs