Daniel Brötzmann pushed to branch mainwindow at gajim / gajim
Commits:
ccfa888b by wurstsalat at 2021-10-31T23:44:38+01:00
CallRow: Reset session after update
- - - - -
1 changed file:
- gajim/gtk/conversation/rows/call.py
Changes:
=====================================
gajim/gtk/conversation/rows/call.py
=====================================
@@ -91,6 +91,7 @@ def update(self):
self.grid.attach(label, 2, 0, 1, 1)
self.show_all()
self._event = None
+ self._session = None
def _on_accept(self, button):
button.set_sensitive(False)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ccfa888b0501a48405cae6268da74460ad585d72
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ccfa888b0501a48405cae6268da74460ad585d72
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