class: FileApplicationNoteBook
authorClaus Gittinger <cg@exept.de>
Tue, 04 Jun 2013 12:46:46 +0200
changeset 12830 7c993d3f4519
parent 12829 d0cb37142431
child 12831 f7fe86345bc4
class: FileApplicationNoteBook changed: #tryToGetExistingApplFor:withItem:withType:preSetItem:
FileApplicationNoteBook.st
--- a/FileApplicationNoteBook.st	Tue Jun 04 12:31:38 2013 +0200
+++ b/FileApplicationNoteBook.st	Tue Jun 04 12:46:46 2013 +0200
@@ -716,7 +716,7 @@
             ].
         ] ifFalse:[
             "/ keep in same application change the first application of the same class and type - if item not changed otherwise open new
-            sameAppls := sameAppls select:[:appl | appl isModified not ].
+            sameAppls := sameAppls reject:[:appl | appl isModified ].
         ].
     ].
     sameAppls size ~~ 0 ifTrue:[
@@ -6752,10 +6752,10 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.276 2013-03-19 13:53:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.277 2013-06-04 10:46:46 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.276 2013-03-19 13:53:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.277 2013-06-04 10:46:46 cg Exp $'
 ! !