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;
                        }


Reply via email to