extensions.st
changeset 554 486b5ebcf2e8
parent 505 5a09b8b8d39f
child 562 d48401867000
--- 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 <jan.vrany@fit.cvut.cz>"
     "Modified: / 16-09-2010 / 14:50:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "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 <jan.vrany@fit.cvut.cz>"
+    "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 <jan.vrany@fit.cvut.cz>"
 ! !
 
-!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