checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 23 Apr 1999 14:23:12 +0200
changeset 1112 761e38b891e6
parent 1111 9862b1ea5b9c
child 1113 aec10e7dbe80
checkin from browser
UIObjectView.st
--- a/UIObjectView.st	Thu Apr 22 21:32:08 1999 +0200
+++ b/UIObjectView.st	Fri Apr 23 14:23:12 1999 +0200
@@ -444,20 +444,20 @@
 addObject:anObject
     "add the argument, anObject to the contents - with redraw
     "
-    self halt
+    self halt:'should not be invoked'
 
 !
 
 addObjectWithoutRedraw:anObject
     "add the argument, anObject to the contents - with redraw
     "
-    self halt
+    self halt:'should not be invoked'
 
 !
 
 startCreate:aPoint
     self setDefaultActions.
-    self halt
+    self halt:'should not be invoked'
 ! !
 
 !UIObjectView methodsFor:'event handling'!
@@ -610,7 +610,7 @@
      selection the selection will be shown.
     "
     super remap.
-    self halt.
+    self halt:'should not be invoked'
 
     "Created: / 20.7.1998 / 18:08:48 / cg"
 ! !
@@ -1565,7 +1565,7 @@
 setMaxExtent
     "set the topViews maxExtent to its current extent
     "
-    self halt
+    self halt:'should not be invoked'
 
     "Modified: / 27.10.1997 / 03:26:16 / cg"
 !
@@ -1573,7 +1573,7 @@
 setMinExtent
     "set the topViews minExtent to its current extent
     "
-    self halt
+    self halt:'should not be invoked'
 
     "Created: / 27.10.1997 / 03:24:02 / cg"
     "Modified: / 27.10.1997 / 03:26:34 / cg"