diff -r 955ce5831636 -r 486b5ebcf2e8 extensions.st --- a/extensions.st Sun Jan 15 10:35:36 2012 +0100 +++ b/extensions.st Sun Jan 15 15:28:19 2012 +0100 @@ -380,26 +380,30 @@ ^#normal ! ! -!UserPreferences methodsFor:'accessing-monticello'! +!UserPreferences methodsFor:'accessing-scm-monticello'! mcEnabled + "/ needed for MCSettingsApp ^self at: #mcEnabled ifAbsent: [true]. "Created: / 16-09-2010 / 09:44:32 / Jan Vrany " "Modified: / 16-09-2010 / 14:50:32 / Jan Vrany " + "Modified (comment): / 15-01-2012 / 14:12:53 / cg" ! ! -!UserPreferences methodsFor:'accessing-monticello'! +!UserPreferences methodsFor:'accessing-scm-monticello'! mcEnabled: aBoolean + "/ needed for MCSettingsApp self at: #mcEnabled put: aBoolean. "Created: / 16-09-2010 / 09:44:16 / Jan Vrany " + "Modified (comment): / 15-01-2012 / 14:12:57 / cg" ! ! -!UserPreferences methodsFor:'accessing-monticello'! +!UserPreferences methodsFor:'accessing-scm-monticello'! mcRepositories @@ -415,7 +419,7 @@ "Modified: / 17-09-2010 / 11:45:01 / Jan Vrany " ! ! -!UserPreferences methodsFor:'accessing-monticello'! +!UserPreferences methodsFor:'accessing-scm-monticello'! mcRepositories: aCollection @@ -442,5 +446,5 @@ !stx_goodies_monticello class methodsFor:'documentation'! extensionsVersion_CVS - ^ '$Header: /cvs/stx/stx/goodies/monticello/extensions.st,v 1.14 2011-10-03 16:18:38 vrany Exp $' + ^ '$Header: /cvs/stx/stx/goodies/monticello/extensions.st,v 1.15 2012-01-15 14:28:19 cg Exp $' ! ! \ No newline at end of file