Author: xor
Date: 2008-11-16 18:46:52 +0000 (Sun, 16 Nov 2008)
New Revision: 23657

Modified:
   trunk/plugins/WoT/WoT.java
Log:
Fix restoring of identities.

Modified: trunk/plugins/WoT/WoT.java
===================================================================
--- trunk/plugins/WoT/WoT.java  2008-11-16 18:46:09 UTC (rev 23656)
+++ trunk/plugins/WoT/WoT.java  2008-11-16 18:46:52 UTC (rev 23657)
@@ -343,7 +343,7 @@
                        Logger.debug(this, "Successfully restored an already 
known identity from Freenet (" + id.getNickName() + ")");
                        
                } catch (UnknownIdentityException e) {
-                       id = new OwnIdentity(new FreenetURI(insertURI), new 
FreenetURI(requestURI), "Restore in progress...", false);
+                       id = new OwnIdentity(new FreenetURI(insertURI), new 
FreenetURI(requestURI), null, false);
                        
                        // Store the new identity
                        db.store(id);

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

Reply via email to