Network/IRC/IrcNetworkListDialog.py

changeset 2266
f885a0bc2ccc
parent 2241
030924019d88
child 2302
f29e9405c851
equal deleted inserted replaced
2265:72e6f479987b 2266:f885a0bc2ccc
67 67
68 def __refreshNetworkEntry(self, itm): 68 def __refreshNetworkEntry(self, itm):
69 """ 69 """
70 Private method to (re-)set the data of a network entry. 70 Private method to (re-)set the data of a network entry.
71 71
72 @oaram itm reference to the network entry (QTreeWidgetItem) 72 @param itm reference to the network entry (QTreeWidgetItem)
73 """ 73 """
74 # step 1: delete all child entries 74 # step 1: delete all child entries
75 children = itm.takeChildren() 75 children = itm.takeChildren()
76 for child in children: 76 for child in children:
77 del child 77 del child

eric ide

mercurial