CG: category changes
authorStefan Vogel <sv@exept.de>
Sun, 29 Jun 2003 09:56:21 +0200
changeset 5001 0f93de1a9531
parent 5000 96e2ca62041b
child 5002 925ae5e27e8d
CG: category changes
FileApplicationNoteBook.st
--- a/FileApplicationNoteBook.st	Sat Jun 28 22:53:04 2003 +0200
+++ b/FileApplicationNoteBook.st	Sun Jun 29 09:56:21 2003 +0200
@@ -1939,7 +1939,7 @@
 
     fn := self fileName.
     fn notNil ifTrue:[
-        dir := self fileName directory.
+        dir := fn asFilename directory.
     ] ifFalse:[
         fn := archiver fileName withoutSuffix.
         (fn exists and:[fn isDirectory]) ifTrue:[
@@ -4883,5 +4883,5 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.95 2003-06-17 14:54:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.96 2003-06-29 07:56:21 stefan Exp $'
 ! !