Author: jflesch
Date: 2007-04-22 22:20:59 +0000 (Sun, 22 Apr 2007)
New Revision: 12882
Modified:
trunk/apps/Thaw/src/thaw/plugins/index/Index.java
Log:
Fix display in index tree : Index where comments are still being downloaded
must have a gray background
Modified: trunk/apps/Thaw/src/thaw/plugins/index/Index.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/index/Index.java 2007-04-22 22:17:26 UTC
(rev 12881)
+++ trunk/apps/Thaw/src/thaw/plugins/index/Index.java 2007-04-22 22:20:59 UTC
(rev 12882)
@@ -893,9 +893,6 @@
((Observable)transfer).deleteObserver(this);
- if (indexTree != null)
- indexTree.removeUpdatingIndex(this);
-
setChanged();
notifyObservers();
}