ChangeSetBrowser.st
changeset 12655 b351c1a2164a
parent 12622 91709379cc3c
child 12680 4e2f5b0d4cb2
child 14904 97d004cd4e05
--- a/ChangeSetBrowser.st	Wed Apr 10 10:36:58 2013 +0200
+++ b/ChangeSetBrowser.st	Thu Apr 11 10:42:18 2013 +0200
@@ -693,8 +693,8 @@
 "/        AbortOperationRequest handle:[:ex |
 "/            ^ false.
 "/        ] do:[
-            Parser::ParseError handle:[:ex |       
-                ex signal == Parser::UndefinedSuperclassError ifTrue:[
+            ParseError handle:[:ex |       
+                ex signal == UndefinedSuperclassError ifTrue:[
                     codeView error:(ex errorString) position:1 to:nil from:nil 
                 ] ifFalse:[
                     codeView error:(ex description) position:(ex startPosition) to:(ex endPosition) from:(ex parser). 
@@ -1036,10 +1036,10 @@
 !ChangeSetBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.58 2013-04-02 19:24:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.59 2013-04-11 08:42:18 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.58 2013-04-02 19:24:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.59 2013-04-11 08:42:18 stefan Exp $'
 ! !