Author: batosai
Date: 2008-08-10 15:29:22 +0000 (Sun, 10 Aug 2008)
New Revision: 21718

Modified:
   trunk/apps/WoT/src/plugins/WoT/IdentityFetcher.java
Log:
Doh !

Modified: trunk/apps/WoT/src/plugins/WoT/IdentityFetcher.java
===================================================================
--- trunk/apps/WoT/src/plugins/WoT/IdentityFetcher.java 2008-08-10 15:16:50 UTC 
(rev 21717)
+++ trunk/apps/WoT/src/plugins/WoT/IdentityFetcher.java 2008-08-10 15:29:22 UTC 
(rev 21718)
@@ -83,7 +83,7 @@
        public void onSuccess(FetchResult result, ClientGetter state) {

                // Find the identity we just fetched
-               Identity identity = wot.getIdentityByURI(new 
FreenetURI(state.getURI()));
+               Identity identity = wot.getIdentityByURI(state.getURI());
                if (identity == null) { // This should never happen but...
                        System.out.println("Error, identity not found");
                        return;


Reply via email to