On Sunday 21 September 2008 20:55, Tommy[D] wrote:
> Daniel Cheng schrieb:
> > On Sat, Sep 20, 2008 at 4:04 AM, Tommy[D] <[EMAIL PROTECTED]> wrote:
> >> [EMAIL PROTECTED] 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
> >>> [EMAIL PROTECTED]
> >>> 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?

Attachment: pgp8KUq9jukv5.pgp
Description: PGP signature

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

Reply via email to