Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gajim-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
58
Issues
58
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim-plugins
Commits
d227e7a6
Commit
d227e7a6
authored
Aug 20, 2017
by
Yann Leboulanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Latex] fix typo
parent
da0d5f06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
latex/latex.py
latex/latex.py
+1
-1
latex/manifest.ini
latex/manifest.ini
+1
-1
No files found.
latex/latex.py
View file @
d227e7a6
...
...
@@ -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
=
G
eo
bject
.
timeout_add
(
100
,
detect_tags
,
traceback
,
it
,
end_iter
)
self
.
timeout_id
=
G
O
bject
.
timeout_add
(
100
,
detect_tags
,
traceback
,
it
,
end_iter
)
else
:
if
self
.
timeout_id
:
GObject
.
source_remove
(
self
.
timeout_id
)
...
...
latex/manifest.ini
View file @
d227e7a6
[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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment