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
59
Issues
59
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
9ba84f09
Commit
9ba84f09
authored
Aug 20, 2017
by
Yann Leboulanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Latex] Fix typo
parent
d227e7a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
latex/latex.py
latex/latex.py
+2
-2
No files found.
latex/latex.py
View file @
9ba84f09
...
...
@@ -394,14 +394,14 @@ class LatexPlugin(GajimPlugin):
if
it
.
get_offset
()
==
self
.
last_eol_offset
:
if
self
.
timeout_id
:
GObject
.
source_remove
(
self
.
timeout_id
)
self
.
timeout_id
=
GObject
.
timeout_add
(
100
,
detect_tags
,
t
raceback
,
it
,
end_iter
)
self
.
timeout_id
=
GObject
.
timeout_add
(
100
,
detect_tags
,
t
b
,
it
,
end_iter
)
else
:
if
self
.
timeout_id
:
GObject
.
source_remove
(
self
.
timeout_id
)
it1
=
it
.
copy
()
it1
.
backward_char
()
it1
.
backward_to_tag_toggle
(
eol_tag
)
detect_tags
(
t
raceback
,
it1
,
it
)
detect_tags
(
t
b
,
it1
,
it
)
self
.
last_eol_offset
=
it
.
get_offset
()
def
connect_with_chat_control_base
(
self
,
chat_control
):
...
...
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