92 """ |
92 """ |
93 Private method used to change the label combo depending on the |
93 Private method used to change the label combo depending on the |
94 selected type. |
94 selected type. |
95 |
95 |
96 @param labelCombo reference to the labelCombo object (QComboBox) |
96 @param labelCombo reference to the labelCombo object (QComboBox) |
97 @param type type string (string) |
97 @param type_ type string (string) |
98 """ |
98 """ |
99 if type_ == "trunk/": |
99 if type_ == "trunk/": |
100 labelCombo.clear() |
100 labelCombo.clear() |
101 labelCombo.setEditText("") |
101 labelCombo.setEditText("") |
102 labelCombo.setEnabled(False) |
102 labelCombo.setEnabled(False) |