[Latex] fix typo
This commit is contained in:
@@ -394,7 +394,7 @@ class LatexPlugin(GajimPlugin):
|
|||||||
if it.get_offset() == self.last_eol_offset:
|
if it.get_offset() == self.last_eol_offset:
|
||||||
if self.timeout_id:
|
if self.timeout_id:
|
||||||
GObject.source_remove(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:
|
else:
|
||||||
if self.timeout_id:
|
if self.timeout_id:
|
||||||
GObject.source_remove(self.timeout_id)
|
GObject.source_remove(self.timeout_id)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Latex
|
name: Latex
|
||||||
short_name: latex
|
short_name: latex
|
||||||
version: 0.3.2
|
version: 0.3.3
|
||||||
description: render received latex code
|
description: render received latex code
|
||||||
authors: Yves Fischer <yvesf@xapek.org>
|
authors: Yves Fischer <yvesf@xapek.org>
|
||||||
Yann Leboulanger <asterix@lagaule.org>
|
Yann Leboulanger <asterix@lagaule.org>
|
||||||
|
|||||||
Reference in New Issue
Block a user