GitSourceCodeManagementSettingsAppl.st
changeset 11410 3ee77aa6232e
parent 11403 9152fe5dd543
child 11622 a81844723ffc
--- a/GitSourceCodeManagementSettingsAppl.st	Mon Mar 12 12:09:21 2012 +0100
+++ b/GitSourceCodeManagementSettingsAppl.st	Mon Mar 12 12:11:48 2012 +0100
@@ -306,6 +306,16 @@
                           component: 
                          (SpecCollection
                             collection: (
+                             (ComboBoxSpec
+                                name: 'ComboBox3'
+                                layout: (LayoutFrame 64 0.25 309 0 0 1 331 0)
+                                activeHelpKey: gitRootPerModuleModule
+                                tabable: true
+                                model: perModuleRepositoryModule
+                                acceptChannel: acceptChannel
+                                acceptOnPointerLeave: true
+                                comboList: sampleModuleList
+                              )
                              (CheckBoxSpec
                                 label: 'Show in Browser Menus'
                                 name: 'CheckBox1'
@@ -482,15 +492,6 @@
                                 translateLabel: true
                                 adjust: right
                               )
-                             (InputFieldSpec
-                                name: 'perModuleRepositoryModuleEntryField'
-                                layout: (LayoutFrame 64 0.25 309 0 0 1 331 0)
-                                activeHelpKey: gitRootPerModuleModule
-                                tabable: true
-                                model: perModuleRepositoryModule
-                                acceptChannel: acceptChannel
-                                acceptOnPointerLeave: true
-                              )
                              (LabelSpec
                                 label: 'Git Repository:'
                                 name: 'gitRepository'
@@ -1278,9 +1279,9 @@
 !GitSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.5 2012-03-09 08:17:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.6 2012-03-12 11:11:48 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.5 2012-03-09 08:17:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.6 2012-03-12 11:11:48 cg Exp $'
 ! !