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

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Kouremenos <kourem@gmail.com>2005-03-17 03:53:13 +0300
committerNikos Kouremenos <kourem@gmail.com>2005-03-17 03:53:13 +0300
commitec5c1269e7102c0886faa288a70dfa0d15e4763b (patch)
tree7977f72e94b8a6a93a2087e517fa0555329fdd21
parent538662ccfc88d445ae2796101a49048244f2383d (diff)
nothing
-rw-r--r--plugins/gtkgui/chat.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtkgui/chat.py b/plugins/gtkgui/chat.py
index 8794534ab..ff2e6cb00 100644
--- a/plugins/gtkgui/chat.py
+++ b/plugins/gtkgui/chat.py
@@ -467,10 +467,10 @@ class Chat:
return index
def print_special_text(self, special_text, other_tags, conversation_buffer):
- # make it CAPS (emoticons keys are all CAPS)
tags = []
use_other_tags = True
- possible_emot_ascii_caps = special_text.upper()
+
+ possible_emot_ascii_caps = special_text.upper() # emoticons keys are CAPS
if possible_emot_ascii_caps in self.plugin.emoticons.keys():
#it's an emoticon
emot_ascii = possible_emot_ascii_caps