UserPreferences.st
changeset 10665 fd0702c99a8b
parent 10661 b7a36c50567c
child 10723 6fb861a1e7fd
--- a/UserPreferences.st	Mon Jul 16 22:28:41 2007 +0200
+++ b/UserPreferences.st	Wed Jul 18 12:31:37 2007 +0200
@@ -2239,9 +2239,9 @@
 toolbarVisibleInWorkspace
     "return the flag which defaults the toolbar-visibility in a workspace application"
 
-    ^ self at:#toolbarVisibleInWorkspace ifAbsent:false
-
-    "Modified: / 14-07-2007 / 16:41:43 / cg"
+    ^ self at:#toolbarVisibleInWorkspace ifAbsent:true
+
+    "Modified: / 18-07-2007 / 08:55:44 / cg"
 !
 
 toolbarVisibleInWorkspace:aBooleanOrNil
@@ -2438,5 +2438,5 @@
 !UserPreferences class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.188 2007-07-16 07:06:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.189 2007-07-18 10:31:37 cg Exp $'
 ! !