Philipp Hörist pushed to branch master at gajim / gajim
Commits:
4c17b55a by Philipp Hörist at 2019-01-05T19:17:20Z
Fix pylint error
- - - - -
1 changed file:
- gajim/groupchat_control.py
Changes:
=====================================
gajim/groupchat_control.py
=====================================
@@ -431,7 +431,7 @@ class GroupchatControl(ChatControlBase):
def update_actions(self):
if self.parent_win is None:
return
- win = self.parent_win.window
+
contact = app.contacts.get_gc_contact(
self.account, self.room_jid, self.nick)
con = app.connections[self.account]
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/4c17b55a91cca31e4b5ec5c3c070652da668c147
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/4c17b55a91cca31e4b5ec5c3c070652da668c147
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits