*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 25 Nov 1998 15:42:58 +0100
changeset 2403 5ea6cb91c1e4
parent 2402 ece91ac01787
child 2404 136a8bb344a8
*** empty log message ***
DevWorkst.st
DeviceWorkstation.st
--- a/DevWorkst.st	Tue Nov 24 17:49:28 1998 +0100
+++ b/DevWorkst.st	Wed Nov 25 15:42:58 1998 +0100
@@ -1045,8 +1045,8 @@
     "set the collection of all known views - take care,
      bad use of this will create funny results; use only for snapshot support"
 
+    idToTableIndexMapping := nil.
     knownViews := aCollection.
-    idToTableIndexMapping := nil.
 !
 
 multiClickTimeDelta 
@@ -4419,8 +4419,8 @@
 "/    idToViewMapping := nil.
 
     prevKnownViews := knownViews.
+    idToTableIndexMapping := nil.
     knownViews := nil.
-    idToTableIndexMapping := nil.
     knownIds := nil.
     lastId := nil.
     lastView := nil.
@@ -5750,6 +5750,7 @@
 				dstIdx := dstIdx + 1.
 			    ].
 			].
+			idToTableIndexMapping := nil.
 			knownViews := nV.
 			knownIds := nI.
 			idToTableIndexMapping := Dictionary new.
@@ -6141,6 +6142,6 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/DevWorkst.st,v 1.271 1998-10-13 12:38:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/DevWorkst.st,v 1.272 1998-11-25 14:42:58 cg Exp $'
 ! !
 DeviceWorkstation initialize!
--- a/DeviceWorkstation.st	Tue Nov 24 17:49:28 1998 +0100
+++ b/DeviceWorkstation.st	Wed Nov 25 15:42:58 1998 +0100
@@ -1045,8 +1045,8 @@
     "set the collection of all known views - take care,
      bad use of this will create funny results; use only for snapshot support"
 
+    idToTableIndexMapping := nil.
     knownViews := aCollection.
-    idToTableIndexMapping := nil.
 !
 
 multiClickTimeDelta 
@@ -4419,8 +4419,8 @@
 "/    idToViewMapping := nil.
 
     prevKnownViews := knownViews.
+    idToTableIndexMapping := nil.
     knownViews := nil.
-    idToTableIndexMapping := nil.
     knownIds := nil.
     lastId := nil.
     lastView := nil.
@@ -5750,6 +5750,7 @@
 				dstIdx := dstIdx + 1.
 			    ].
 			].
+			idToTableIndexMapping := nil.
 			knownViews := nV.
 			knownIds := nI.
 			idToTableIndexMapping := Dictionary new.
@@ -6141,6 +6142,6 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.271 1998-10-13 12:38:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.272 1998-11-25 14:42:58 cg Exp $'
 ! !
 DeviceWorkstation initialize!