class: Tools::ChangeSetBrowser2
authorClaus Gittinger <cg@exept.de>
Mon, 15 Apr 2013 08:54:37 +0200
changeset 12669 f2c1f0fd05fb
parent 12668 bab9d5826fff
child 12670 5a655023b0a5
child 12680 4e2f5b0d4cb2
class: Tools::ChangeSetBrowser2 changed: #changeMenuApplyChange:
Tools__ChangeSetBrowser2.st
--- a/Tools__ChangeSetBrowser2.st	Sun Apr 14 22:56:00 2013 +0200
+++ b/Tools__ChangeSetBrowser2.st	Mon Apr 15 08:54:37 2013 +0200
@@ -2434,7 +2434,11 @@
                                 aChange apply
                             ] ifFalse:[
                                 Class withoutUpdatingChangesDo:[
-                                    aChange apply
+                                    ParseError handle:[:ex |
+                                        Dialog information:(ex description).
+                                    ] do:[
+                                        aChange apply
+                                    ]
                                 ]
                             ].
                         ]
@@ -2891,11 +2895,11 @@
 !ChangeSetBrowser2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeSetBrowser2.st,v 1.50 2013-04-14 20:56:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeSetBrowser2.st,v 1.51 2013-04-15 06:54:37 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeSetBrowser2.st,v 1.50 2013-04-14 20:56:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeSetBrowser2.st,v 1.51 2013-04-15 06:54:37 cg Exp $'
 !
 
 version_SVN