DSVColumnView.st
changeset 3994 f44c9cded11e
parent 3993 6840bc23b584
child 4020 3bf856409692
--- a/DSVColumnView.st	Fri Jan 21 16:09:20 2011 +0100
+++ b/DSVColumnView.st	Sat Jan 22 09:15:16 2011 +0100
@@ -1014,6 +1014,7 @@
 
     |row|
 
+    list isNil ifTrue:[^ nil].
     (row := list at:aRowNr ifAbsent:nil) isNil ifTrue:[
         lockRowIndex := aRowNr.
 
@@ -1027,7 +1028,7 @@
     ].
     ^ row
 
-    "Modified: / 31.7.1998 / 01:07:46 / cg"
+    "Modified: / 22-01-2011 / 09:14:48 / cg"
 !
 
 at:aRowNr ifAbsent:exceptionBlock 
@@ -4677,9 +4678,9 @@
 !DSVColumnView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.269 2011-01-21 15:09:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.270 2011-01-22 08:15:16 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.269 2011-01-21 15:09:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.270 2011-01-22 08:15:16 cg Exp $'
 ! !