Tools__TagsBrowser.st
changeset 10969 665814cad40d
parent 10965 c24875a2489d
child 11437 686a7adb9a34
child 12123 4bde08cebd48
--- a/Tools__TagsBrowser.st	Wed Dec 07 16:41:14 2011 +0100
+++ b/Tools__TagsBrowser.st	Fri Dec 09 12:49:58 2011 +0100
@@ -1954,7 +1954,7 @@
 
                     oldSelection notNil ifTrue:[ 
                         oldLabel := oldSelection label.
-                        tagView selectElementForWhich:[:el | el label = oldLabel] ifAbsent:[self halt].
+                        tagView selectElementForWhich:[:el | el label = oldLabel] ifAbsent:["ok, if previous tag is filtered away" "self halt"].
                     ].
                 ].
     ] ifFalse:[
@@ -1962,7 +1962,7 @@
         tagView clearList.
     ].
 
-    "Modified: / 06-10-2011 / 14:05:30 / cg"
+    "Modified: / 07-12-2011 / 11:13:18 / cg"
 ! !
 
 !TagsBrowser methodsFor:'startup & release'!
@@ -2243,11 +2243,11 @@
 !TagsBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.21 2011-12-06 14:44:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.22 2011-12-09 11:49:58 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.21 2011-12-06 14:44:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.22 2011-12-09 11:49:58 cg Exp $'
 !
 
 version_SVN