Daniel Brötzmann pushed to branch mainwindow at gajim / gajim


Commits:
d6643951 by Daniel Brötzmann at 2021-03-02T08:54:18+01:00
Profile: Fix missing client

- - - - -


1 changed file:

- gajim/gtk/profile.py


Changes:

=====================================
gajim/gtk/profile.py
=====================================
@@ -223,6 +223,7 @@ def _on_save_clicked(self, _widget):
         vcard = self._vcard_grid.get_vcard()
         self._current_vcard = vcard.copy()
 
+        client = app.get_client(self.account)
         client.get_module('VCard4').set_vcard(
             self._current_vcard,
             public=self._ui.vcard_access.get_active(),



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/d6643951be747463ab03bcd6720eb1d27f491947

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/d6643951be747463ab03bcd6720eb1d27f491947
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

Reply via email to