Author: xor
Date: 2008-11-16 20:03:58 +0000 (Sun, 16 Nov 2008)
New Revision: 23662
Modified:
trunk/plugins/WoT/IdentityInserter.java
Log:
Try to fix the identity insertion once more.
Modified: trunk/plugins/WoT/IdentityInserter.java
===================================================================
--- trunk/plugins/WoT/IdentityInserter.java 2008-11-16 19:45:37 UTC (rev
23661)
+++ trunk/plugins/WoT/IdentityInserter.java 2008-11-16 20:03:58 UTC (rev
23662)
@@ -180,6 +180,9 @@
OutputStream os = tempB.getOutputStream();
try {
+ if(identity.getEdition() == 0)
+ identity.setEdition(1);
+
// Create XML file to insert
identity.exportToXML(db, os);
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs