Author: toad
Date: 2009-02-25 23:00:42 +0000 (Wed, 25 Feb 2009)
New Revision: 25825

Modified:
   branches/db4o/freenet/src/freenet/node/fcp/SimpleProgressMessage.java
Log:
Activate before removing, hence fix NPE


Modified: branches/db4o/freenet/src/freenet/node/fcp/SimpleProgressMessage.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/fcp/SimpleProgressMessage.java       
2009-02-25 22:58:58 UTC (rev 25824)
+++ branches/db4o/freenet/src/freenet/node/fcp/SimpleProgressMessage.java       
2009-02-25 23:00:42 UTC (rev 25825)
@@ -74,6 +74,7 @@
        }
 
        public void removeFrom(ObjectContainer container) {
+               container.activate(event, 1);
                event.removeFrom(container);
                container.delete(this);
        }

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

Reply via email to