|
From: <caw...@us...> - 2007-01-22 19:42:16
|
Revision: 1842
http://svn.sourceforge.net/rubyeclipse/?rev=1842&view=rev
Author: cawilliams
Date: 2007-01-22 11:42:09 -0800 (Mon, 22 Jan 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/infoviews/RIView.java
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/infoviews/RIView.java
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/infoviews/RIView.java 2007-01-22 19:13:24 UTC (rev 1841)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/infoviews/RIView.java 2007-01-22 19:42:09 UTC (rev 1842)
@@ -202,6 +202,7 @@
public void dispose() {
descriptionUpdater.requestStop();
RubyRuntime.removeVMInstallChangedListener(runtimeListener);
+ RDocUtility.removeRdocListener(this);
super.dispose();
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|