Philipp Hörist pushed to branch mainwindow at gajim / gajim
Commits:
cd9a20f5 by lovetox at 2021-04-25T20:18:05+02:00
Fix Search
- - - - -
1 changed file:
- gajim/gtk/search_view.py
Changes:
=====================================
gajim/gtk/search_view.py
=====================================
@@ -234,7 +234,7 @@ def __init__(self, msg, account, jid):
message_widget = MessageWidget(account)
self._ui.result_row_grid.attach(message_widget, 1, 1, 2, 1)
result = process(msg.message)
- message_widget.add_content(result.blocks)
+ message_widget.add_content(result)
self.show_all()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/cd9a20f506c693f8dba91d644bc3253087e7d1cb
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/cd9a20f506c693f8dba91d644bc3253087e7d1cb
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