*** empty log message ***
authorpenk
Tue, 05 Nov 2002 10:21:07 +0100
changeset 4174 868e973add35
parent 4173 ad23671bdc56
child 4175 5485a33a3413
*** empty log message ***
FileApplicationNoteBook.st
--- a/FileApplicationNoteBook.st	Tue Nov 05 10:19:28 2002 +0100
+++ b/FileApplicationNoteBook.st	Tue Nov 05 10:21:07 2002 +0100
@@ -3129,14 +3129,13 @@
     [
         oldCursor := imageView cursor .
         imageView cursor:Cursor wait.
-        imageView.
         img := self image.
         img notNil ifTrue:[
             self image:img.
             imageView image:img
         ].
         imageView cursor:oldCursor.
-    ] fork
+    ] fork.
 ! !
 
 !FileApplicationNoteBook::ImageViewApplication methodsFor:'aspects'!
@@ -4705,5 +4704,5 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.30 2002-11-05 08:34:46 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.31 2002-11-05 09:21:07 penk Exp $'
 ! !