make a new XView for a new item if an XView already open
authorpenk
Tue, 28 Jan 2003 14:00:30 +0100
changeset 4500 9f0b8d6ae2be
parent 4499 395d7282b2f0
child 4501 fe34b74d09ff
make a new XView for a new item if an XView already open
FileApplicationNoteBook.st
--- a/FileApplicationNoteBook.st	Tue Jan 28 12:27:48 2003 +0100
+++ b/FileApplicationNoteBook.st	Tue Jan 28 14:00:30 2003 +0100
@@ -4480,7 +4480,7 @@
 
 wantNewApplicationAnyway
 
-    ^ false
+    ^ true
 ! !
 
 !FileApplicationNoteBook::XViewApplication class methodsFor:'interface specs'!
@@ -4927,5 +4927,5 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.51 2003-01-28 11:27:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.52 2003-01-28 13:00:30 penk Exp $'
 ! !