Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py

changeset 2963
745d38097b7f
parent 2302
f29e9405c851
child 3009
bf5ae5d7477d
equal deleted inserted replaced
2962:d6c9d1ca2da4 2963:745d38097b7f
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)

eric ide

mercurial