Skip to content
Snippets Groups Projects
Commit d227e7a6 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

[Latex] fix typo

parent da0d5f06
No related branches found
No related tags found
No related merge requests found
......@@ -394,7 +394,7 @@ class LatexPlugin(GajimPlugin):
if it.get_offset() == self.last_eol_offset:
if self.timeout_id:
GObject.source_remove(self.timeout_id)
self.timeout_id = Geobject.timeout_add(100, detect_tags, traceback, it, end_iter)
self.timeout_id = GObject.timeout_add(100, detect_tags, traceback, it, end_iter)
else:
if self.timeout_id:
GObject.source_remove(self.timeout_id)
......
[info]
name: Latex
short_name: latex
version: 0.3.2
version: 0.3.3
description: render received latex code
authors: Yves Fischer <yvesf@xapek.org>
Yann Leboulanger <asterix@lagaule.org>
......
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