*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 14 Feb 2004 21:14:18 +0100
changeset 5518 9b06c5c14437
parent 5517 d1c2684cbca9
child 5519 1707a39f9eaa
*** empty log message ***
FileBrowser.st
--- a/FileBrowser.st	Fri Feb 13 14:44:02 2004 +0100
+++ b/FileBrowser.st	Sat Feb 14 21:14:18 2004 +0100
@@ -5960,6 +5960,7 @@
                 s next.
                 s skipSeparators. 
             ].
+            s skipSeparators. 
             w := s upToSeparator.
             w notNil ifTrue:[
                 ^ (withoutQuotes value) asSymbol
@@ -6025,6 +6026,13 @@
                     (coding := f encoding) notNil 
                     and:[pref match:coding]].
 
+    defaultFont := FontDescription 
+                        family:subView font family 
+                        face:subView font face 
+                        style:subView font style 
+                        size:subView font size
+                        encoding:pref.
+
     defaultFont := TextView defaultFont onDevice:device.
     (pref match:(defaultFont encoding)) ifFalse:[
         defaultFont := nil.
@@ -7597,5 +7605,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.571 2004-02-13 13:44:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.572 2004-02-14 20:14:18 cg Exp $'
 ! !