From d227e7a6068fa6294fe32967d34a18d61aa3ea0d Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 20 Aug 2017 14:25:32 +0200 Subject: [PATCH] [Latex] fix typo --- latex/latex.py | 2 +- latex/manifest.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/latex/latex.py b/latex/latex.py index 0387424..b4e0026 100644 --- a/latex/latex.py +++ b/latex/latex.py @@ -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) diff --git a/latex/manifest.ini b/latex/manifest.ini index bad7346..2fc5484 100644 --- a/latex/manifest.ini +++ b/latex/manifest.ini @@ -1,7 +1,7 @@ [info] name: Latex short_name: latex -version: 0.3.2 +version: 0.3.3 description: render received latex code authors: Yves Fischer Yann Leboulanger