Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py

changeset 2963
745d38097b7f
parent 2302
f29e9405c851
child 3009
bf5ae5d7477d
equal deleted inserted replaced
2962:d6c9d1ca2da4 2963:745d38097b7f
90 """ 90 """
91 Private method used to change the label combo depending on the 91 Private method used to change the label combo depending on the
92 selected type. 92 selected type.
93 93
94 @param labelCombo reference to the labelCombo object (QComboBox) 94 @param labelCombo reference to the labelCombo object (QComboBox)
95 @param type type string (string) 95 @param type_ type string (string)
96 """ 96 """
97 if type_ == "trunk/": 97 if type_ == "trunk/":
98 labelCombo.clear() 98 labelCombo.clear()
99 labelCombo.setEditText("") 99 labelCombo.setEditText("")
100 labelCombo.setEnabled(False) 100 labelCombo.setEnabled(False)

eric ide

mercurial