Daniel Brötzmann pushed to branch gtk4 at gajim / gajim
Commits:
263f3e8c by wurstsalat at 2024-11-01T12:15:41+01:00
cfix: AccountPage: Fix wrong connection
- - - - -
1 changed file:
- gajim/gtk/account_page.py
Changes:
=====================================
gajim/gtk/account_page.py
=====================================
@@ -42,7 +42,7 @@ def __init__(self, account: str) -> None:
client = app.get_client(account)
jid = client.get_own_jid().bare
self._contact = client.get_module('Contacts').get_contact(jid)
- self._connect(self._contact, 'avatar-update', self._on_avatar_update)
+ self._contact.connect('avatar-update', self._on_avatar_update)
self._ui = get_builder('account_page.ui')
self.append(self._ui.paned)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/263f3e8cd72951d2c322d375c31553c9c1196531
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/263f3e8cd72951d2c322d375c31553c9c1196531
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]