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


Commits:
79a9e8ae by wurstsalat at 2021-08-29T23:56:59+02:00
ChatControl: Update actions on presence update

- - - - -


1 changed file:

- gajim/gtk/controls/chat.py


Changes:

=====================================
gajim/gtk/controls/chat.py
=====================================
@@ -414,6 +414,7 @@ def _on_nickname_update(self, _contact, _signal_name):
         self.draw_banner_text()
 
     def _on_presence_update(self, _contact, _signal_name):
+        self.update_actions()
         self._update_avatar()
 
     def _on_caps_update(self, event):



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/79a9e8ae3cb31fc07db943e647a506d7527c6a02
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to