FileBrowserV2SettingsAppl.st
changeset 5325 ef7f3f898815
parent 5153 0030b86728bf
child 5344 4246a7f26aa1
--- a/FileBrowserV2SettingsAppl.st	Mon Oct 27 19:56:48 2003 +0100
+++ b/FileBrowserV2SettingsAppl.st	Tue Oct 28 13:42:07 2003 +0100
@@ -441,7 +441,7 @@
 
 viewDescription
     viewDescription isNil ifTrue:[
-        viewDescription := true asValue.
+        viewDescription := false asValue.
         viewDescription onChangeSend:#updateModifiedChannel to:self
     ].
     ^ viewDescription
@@ -568,5 +568,5 @@
 !FileBrowserV2SettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.14 2003-09-04 19:01:49 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2SettingsAppl.st,v 1.15 2003-10-28 12:42:07 penk Exp $'
 ! !