changeset beaa08c86859 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=beaa08c86859 description: show incoming and outgoing style in history window too. Fixes #5321
diffstat: src/history_window.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diffs (19 lines): diff -r 4ef4f9964cab -r beaa08c86859 src/history_window.py --- a/src/history_window.py Tue Oct 13 21:44:14 2009 +0200 +++ b/src/history_window.py Wed Oct 14 08:40:28 2009 +0200 @@ -409,6 +409,7 @@ 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 @@ 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: _______________________________________________ Commits mailing list Commits@gajim.org http://lists.gajim.org/cgi-bin/listinfo/commits