make directoryDescription tab reusable for open new TextEditor
authorpenk
Tue, 09 Sep 2003 15:23:43 +0200
changeset 5160 818b35454be1
parent 5159 0aaf83422846
child 5161 9866e56eccd5
make directoryDescription tab reusable for open new TextEditor
FileApplicationNoteBook.st
--- a/FileApplicationNoteBook.st	Tue Sep 09 15:17:54 2003 +0200
+++ b/FileApplicationNoteBook.st	Tue Sep 09 15:23:43 2003 +0200
@@ -289,7 +289,7 @@
 
     ^ self listOfApplications select:[ : appl  |
         ((appl class = aClass)
-        and:[appl type = aType])
+        and:[true"appl type = aType"])
     ].
 !
 
@@ -4949,5 +4949,5 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.104 2003-08-29 19:28:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.105 2003-09-09 13:23:43 penk Exp $'
 ! !