Author: j16sdiz
Date: 2008-12-20 05:07:32 +0000 (Sat, 20 Dec 2008)
New Revision: 24654
Modified:
trunk/plugins/XMLSpider/XMLSpider.java
Log:
queue the event, don't invoke immediately
Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java 2008-12-20 04:07:55 UTC (rev
24653)
+++ trunk/plugins/XMLSpider/XMLSpider.java 2008-12-20 05:07:32 UTC (rev
24654)
@@ -228,7 +228,7 @@
Logger.minor(this, g + " started");
} catch (FetchException e) {
Logger.minor(this, "Fetch Exception: " + g, e);
- onFailure(e, g, ((MyClientCallback)
g.getClientCallback()).page);
+ g.getClientCallback().onFailure(e, g);
}
}
}
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs