Author: bombe
Date: 2007-11-10 11:56:52 +0000 (Sat, 10 Nov 2007)
New Revision: 15736

Modified:
   trunk/freenet/src/freenet/pluginmanager/PluginInfoWrapper.java
Log:
always remove plugin from manager

Modified: trunk/freenet/src/freenet/pluginmanager/PluginInfoWrapper.java
===================================================================
--- trunk/freenet/src/freenet/pluginmanager/PluginInfoWrapper.java      
2007-11-10 02:37:02 UTC (rev 15735)
+++ trunk/freenet/src/freenet/pluginmanager/PluginInfoWrapper.java      
2007-11-10 11:56:52 UTC (rev 15736)
@@ -135,10 +135,9 @@
                                        // Dump the thread? Would require 
post-1.4 features...
                                }
                        }
-               } else {
-                       // Remove immediately
-                       manager.removePlugin(this);
                }
+               // always remove plugin
+               manager.removePlugin(this);
        }

        /**


Reply via email to