Author: j16sdiz
Date: 2008-12-16 05:48:15 +0000 (Tue, 16 Dec 2008)
New Revision: 24367

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
show "never written"

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-12-16 05:47:08 UTC (rev 
24366)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-12-16 05:48:15 UTC (rev 
24367)
@@ -1084,7 +1084,8 @@
                                statusContent.addChild("span", "style", "color: 
green; font-weight: bold;", "IDLE");
                }
                statusContent.addChild("br");
-               statusContent.addChild("%", "Last Written: " + new 
Date(tProducedIndex));
+               statusContent.addChild("%", "Last Written: "
+                       + (tProducedIndex == 0 ? "NEVER" : new 
Date(tProducedIndex).toString()));
                nextTableCell.addChild(statusBox);
 
                // Column 2

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

Reply via email to