Fix pylint error
This commit is contained in:
parent
4aa265451d
commit
4c17b55a91
|
@ -431,7 +431,7 @@ class GroupchatControl(ChatControlBase):
|
||||||
def update_actions(self):
|
def update_actions(self):
|
||||||
if self.parent_win is None:
|
if self.parent_win is None:
|
||||||
return
|
return
|
||||||
win = self.parent_win.window
|
|
||||||
contact = app.contacts.get_gc_contact(
|
contact = app.contacts.get_gc_contact(
|
||||||
self.account, self.room_jid, self.nick)
|
self.account, self.room_jid, self.nick)
|
||||||
con = app.connections[self.account]
|
con = app.connections[self.account]
|
||||||
|
|
Loading…
Reference in New Issue