Skip to content
Snippets Groups Projects
Commit 6e25bfa1 authored by Linus's avatar Linus
Browse files

Fix url_image_preview for gtk3

parent 33369162
No related branches found
No related tags found
1 merge request!41Improved error messages
[info]
name: Url image preview
short_name: url_image_preview
version: 0.5.3
version: 0.5.4
description: Url image preview in chatbox.
authors = Denis Fomin <fominde@gmail.com>
Yann Leboulanger <asterix@lagaule.org>
......
......@@ -45,7 +45,8 @@ class UrlImagePreviewPlugin(GajimPlugin):
control.disconnect_from_chat_control()
self.controls = []
def print_special_text(self, tv, special_text, other_tags, graphics=True):
def print_special_text(self, tv, special_text, other_tags, graphics=True,
additional_data):
for control in self.controls:
if control.chat_control.conv_textview != tv:
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment