Philipp Hörist pushed to branch generate-ogp-previews at gajim / gajim
Commits:
0699b2d6 by Philipp Hörist at 2026-02-16T23:52:14+01:00
cfix: Clear timeout var correctly
- - - - -
1 changed file:
- gajim/gtk/message_url_previews.py
Changes:
=====================================
gajim/gtk/message_url_previews.py
=====================================
@@ -74,6 +74,7 @@ def switch_contact(self, contact: ChatContactT) -> None:
def clear(self) -> None:
if self._preview_timeout_id is not None:
GLib.source_remove(self._preview_timeout_id)
+ self._preview_timeout_id = None
for event in self._requests_in_progress.values():
event.set()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/0699b2d6ffc5419f85edd0b0dcedec20d70aee53
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/0699b2d6ffc5419f85edd0b0dcedec20d70aee53
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]