FilenameWidgetWithHistory.st
changeset 3700 fada057195d0
parent 3594 8bdad6d9c51a
child 3940 705b77e37f67
--- a/FilenameWidgetWithHistory.st	Wed May 20 08:38:48 2009 +0200
+++ b/FilenameWidgetWithHistory.st	Wed May 20 09:17:51 2009 +0200
@@ -211,7 +211,6 @@
     explicitExtent notNil ifTrue:[
         ^ explicitExtent
     ].
-
     "/ If I have a cached preferredExtent value..
     preferredExtent notNil ifTrue:[
         ^ preferredExtent
@@ -276,5 +275,5 @@
 !FilenameWidgetWithHistory class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/FilenameWidgetWithHistory.st,v 1.12 2008-11-12 13:44:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/FilenameWidgetWithHistory.st,v 1.13 2009-05-20 07:17:51 cg Exp $'
 ! !