diff -r 1b41c869040a -r fd0702c99a8b UserPreferences.st --- 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 $' ! !