diff -r 4338f7d04178 -r 3054abf221c9 UserPreferences.st --- a/UserPreferences.st Tue Dec 17 09:41:52 2002 +0100 +++ b/UserPreferences.st Tue Dec 17 10:01:57 2002 +0100 @@ -427,24 +427,6 @@ "Modified: / 13.10.1998 / 15:53:21 / cg" ! -useNewSettinsApplication - "using one application for the settings" - - ^ self at:#useNewSettinsApplication ifAbsentPut:false -! - -useNewSettinsApplication:aBoolean - "using one application for the settings" - - self at:#useNewSettinsApplication put:aBoolean - - " - UserPreferences current useNewSettinsApplication:true - " - - "Modified: / 13.10.1998 / 15:53:21 / cg" -! - useNewSystemBrowser "using new or old system browser" @@ -1816,8 +1798,28 @@ ^ self defaultValue ! ! +!UserPreferences methodsFor:'obsolete'! + +useNewSettinsApplication + "using one application for the settings" + + ^ self at:#useNewSettinsApplication ifAbsentPut:false +! + +useNewSettinsApplication:aBoolean + "using one application for the settings" + + self at:#useNewSettinsApplication put:aBoolean + + " + UserPreferences current useNewSettinsApplication:true + " + + "Modified: / 13.10.1998 / 15:53:21 / cg" +! ! + !UserPreferences class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.90 2002-12-17 08:41:52 penk Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.91 2002-12-17 09:01:57 penk Exp $' ! !