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:
authorYann Leboulanger <asterix@lagaule.org>2009-10-14 10:40:28 +0400
committerYann Leboulanger <asterix@lagaule.org>2009-10-14 10:40:28 +0400
commitc59f4f7d73062a06857867332287bb922621e43e (patch)
tree81587d0917bfeca3208655b2aadc7a75789507a7 /src/history_window.py
parentbf298d456845c898cd4253a652536ab1a3f4ab6a (diff)
show incoming and outgoing style in history window too. Fixes #5321
Diffstat (limited to 'src/history_window.py')
-rw-r--r--src/history_window.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/history_window.py b/src/history_window.py
index f3bcfad08..2ad639fb7 100644
--- a/src/history_window.py
+++ b/src/history_window.py
@@ -409,6 +409,7 @@ class HistoryWindow:
constants.KIND_CHAT_MSG_RECV):
contact_name = self.completion_dict[self.jid][C_INFO_NAME]
tag_name = 'incoming'
+ tag_msg = 'incomingtxt'
elif kind in (constants.KIND_SINGLE_MSG_SENT,
constants.KIND_CHAT_MSG_SENT):
if self.account:
@@ -419,6 +420,7 @@ class HistoryWindow:
account = gajim.contacts.get_accounts()[0]
contact_name = gajim.nicks[account]
tag_name = 'outgoing'
+ tag_msg = 'outgoingtxt'
elif kind == constants.KIND_GCSTATUS:
# message here (if not None) is status message
if message: