Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2013-08-16 18:15:42 +0400
committerDenis Fomin <fominde@gmail.com>2013-08-16 18:15:42 +0400
commit077d0a6e019d6dcfbecf2cfcfb1e793f94bcfcb8 (patch)
treebc297b7baee71164903d1bc96df9f00e6d6587c7
parentf5bf253bfcb1c973745450c9e2918ae8c6f0e06d (diff)
EmoticonsPackPlugin. for 0.15 only
-rw-r--r--emoticons_pack/emoticons_pack.py10
1 files changed, 2 insertions, 8 deletions
diff --git a/emoticons_pack/emoticons_pack.py b/emoticons_pack/emoticons_pack.py
index 86b7eb3..71a19c1 100644
--- a/emoticons_pack/emoticons_pack.py
+++ b/emoticons_pack/emoticons_pack.py
@@ -347,15 +347,9 @@ class EmoticonsPackPlugin(GajimPlugin):
else:
desc = desc.replace('preview.image', ('file:' + os.path.join(
self.tmp_dir, set_name, 'preview.png')))
- ## FixMe
- try:
- self.emoticons_description_textview.tv.display_html(
- desc, self.emoticons_description_textview.tv,
- self.emoticons_description_textview)
- except TypeError:
- self.emoticons_description_textview.tv.display_html(
- desc, self.emoticons_description_textview)
+ self.emoticons_description_textview.tv.display_html(desc,
+ self.emoticons_description_textview)
self.emoticons_description_textview.tv.set_property('sensitive', True)
else:
self.set_name.set_text('')