Skip to content
Snippets Groups Projects
Commit 4bda656c authored by Dicson's avatar Dicson
Browse files

Add iter to print_special_text gui_extension_point

parent 1a5c4222
No related branches found
No related tags found
No related merge requests found
......@@ -1094,7 +1094,7 @@ class ConversationTextview(gobject.GObject):
# PluginSystem: adding GUI extension point for ConversationTextview
self.plugin_modified = False
gajim.plugin_manager.gui_extension_point('print_special_text', self,
special_text, other_tags, graphics)
special_text, other_tags, graphics, iter_)
if self.plugin_modified:
return
......
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