Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kamay
gajim-plugins
Commits
1cc577fb
Commit
1cc577fb
authored
Aug 16, 2013
by
Dicson
Browse files
EmoticonsPackPlugin. Quick fix for last commit
parent
e398767b
Changes
1
Hide whitespace changes
Inline
Side-by-side
emoticons_pack/emoticons_pack.py
View file @
1cc577fb
...
...
@@ -350,7 +350,8 @@ class EmoticonsPackPlugin(GajimPlugin):
## FixMe
try
:
self
.
emoticons_description_textview
.
tv
.
display_html
(
desc
,
self
.
emoticons_description_textview
.
tv
,
None
)
desc
,
self
.
emoticons_description_textview
.
tv
,
self
.
emoticons_description_textview
)
except
TypeError
:
self
.
emoticons_description_textview
.
tv
.
display_html
(
desc
,
self
.
emoticons_description_textview
)
...
...
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