diff -r ca75d756f909 -r 864aa38368fc extensions.st --- a/extensions.st Thu Jul 26 01:37:36 2012 +0200 +++ b/extensions.st Mon Aug 27 12:05:43 2012 +0200 @@ -400,7 +400,7 @@ self at: #mcEnabled put: aBoolean. "Created: / 16-09-2010 / 09:44:16 / Jan Vrany " - "Modified (comment): / 15-01-2012 / 14:12:57 / cg" + "Modified: / 27-08-2012 / 11:54:43 / cg" ! ! !UserPreferences methodsFor:'accessing-scm-monticello'! @@ -419,6 +419,16 @@ "Modified (comment): / 04-04-2012 / 11:08:00 / Jan Vrany " ! ! +!UserPreferences methodsFor:'accessing-scm-monticello'! + +mcRepositories: aCollection + "/ needed for MCSettingsApp + + self at: #mcRepositories put: aCollection. + + "Created: / 27-08-2012 / 11:54:34 / cg" +! ! + !VersionInfo methodsFor:'accessing'! timeStamp @@ -433,5 +443,5 @@ !stx_goodies_monticello class methodsFor:'documentation'! extensionsVersion_CVS - ^ '$Header: /cvs/stx/stx/goodies/monticello/extensions.st,v 1.16 2012-04-04 10:33:31 vrany Exp $' + ^ '$Header: /cvs/stx/stx/goodies/monticello/extensions.st,v 1.17 2012-08-27 10:05:43 cg Exp $' ! ! \ No newline at end of file