On Sunday 21 September 2008 20:55, Tommy[D] wrote:
> Daniel Cheng schrieb:
> > On Sat, Sep 20, 2008 at 4:04 AM, Tommy[D] <tommy100 at gmx.de> wrote:
> >> j16sdiz at freenetproject.org schrieb:
> >>> Author: j16sdiz
> >>> Date: 2008-09-18 15:36:04 +0000 (Thu, 18 Sep 2008)
> >>> New Revision: 22685
> >>>
> >>> Modified:
> >>> trunk/freenet/src/freenet/pluginmanager/PluginManager.java
> >>> Log:
> >>> fix Plugin->Reload->Remove the plugin from the cache... for unofficial
plugins
> >>>
> >>> Modified: trunk/freenet/src/freenet/pluginmanager/PluginManager.java
> >>> ===================================================================
> >>> --- trunk/freenet/src/freenet/pluginmanager/PluginManager.java
2008-09-18 15:01:28 UTC (rev 22684)
> >>> +++ trunk/freenet/src/freenet/pluginmanager/PluginManager.java
2008-09-18 15:36:04 UTC (rev 22685)
> >>> @@ -199,7 +199,7 @@
> >>>
> >>> File[] roots = File.listRoots();
> >>> for(File f : roots) {
> >>> - if(pluginname.startsWith(f.getName())) {
> >>> + if(pluginname.startsWith(f.getPath())) {
> >>> startPluginFile(pluginname, store);
> >>> return;
> >>> }
> >>>
> >>> _______________________________________________
> >>> cvs mailing list
> >>> cvs at freenetproject.org
> >>> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
> >>>
> >> This breaks loading plugins after restarting the node for me.
> >>
> >
> > try build r22718
> >
>
> plugins stay active over restarts again
>
What do you mean?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL:
<https://emu.freenetproject.org/pipermail/devl/attachments/20080923/c39291db/attachment.pgp>