extensions.st
changeset 571 864aa38368fc
parent 562 d48401867000
child 732 7ae1f57f3af9
--- 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 <jan.vrany@fit.cvut.cz>"
-    "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 <jan.vrany@fit.cvut.cz>"
 ! !
 
+!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