Philipp Hörist pushed to branch master at gajim / gajim
Commits:
9e24c72b by Philipp Hörist at 2018-11-13T22:47:54Z
Fix incorrect contact status on tabs
- - - - -
1 changed file:
- gajim/common/connection_handlers.py
Changes:
=====================================
gajim/common/connection_handlers.py
=====================================
@@ -146,6 +146,7 @@ class ConnectionHandlersBase:
obj.contact_list.append(obj.contact)
obj.contact.resource = resource
+ obj.need_redraw = True
obj.need_add_in_roster = True
if not app.jid_is_transport(jid) and len(obj.contact_list) == 1:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/9e24c72ba5f747f8f6f9718a0413959c10c92fd1
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/9e24c72ba5f747f8f6f9718a0413959c10c92fd1
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