Tools_ProjectList.st
changeset 12532 f53e7351097d
parent 12519 fb7f3dca3f2c
child 12829 d0cb37142431
--- a/Tools_ProjectList.st	Tue Mar 26 17:28:36 2013 +0100
+++ b/Tools_ProjectList.st	Tue Mar 26 17:29:25 2013 +0100
@@ -250,7 +250,7 @@
 
     (changedObject == self selectionHolder) ifTrue:[
         self updateSelectionIndexFromSelection.
-        self enqueueDelayedUpdateOutputGenerator.
+        "/ self enqueueDelayedUpdateOutputGenerator.
         ^ self.
     ].
 
@@ -361,11 +361,14 @@
     "we are not interested in that - get another notification
      via the changed valueHolder"
 
+    self enqueueDelayedUpdateOutputGenerator.
+
     "Created: / 17.2.2000 / 23:41:17 / cg"
 !
 
 update:something with:aParameter from:changedObject
     (self builder isNil or:[self window topView realized not]) ifTrue:[
+        "/ ignore those changes while I am invisible
         "/ self makeIndependent.
         listValid := false.
         selectionIndexValid := false.
@@ -1010,10 +1013,10 @@
 !ProjectList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_ProjectList.st,v 1.62 2013-03-25 12:13:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_ProjectList.st,v 1.63 2013-03-26 16:29:25 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_ProjectList.st,v 1.62 2013-03-25 12:13:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_ProjectList.st,v 1.63 2013-03-26 16:29:25 cg Exp $'
 ! !