really nothing [ok.. a comment]

This commit is contained in:
Nikos Kouremenos 2005-05-31 17:53:28 +00:00
parent ea6efc08a0
commit dc6541ff7f
2 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,9 @@
## common/i18n.py
##
## Gajim Team:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org>
## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org>
## - Nikos Kouremenos <kourem@gmail.com>
##
## Copyright (C) 2003-2005 Gajim Team
##
@ -19,7 +20,8 @@
APP='gajim'
DIR='../po'
import locale, gettext
import locale
import gettext
locale.setlocale(locale.LC_ALL, '')
_translation = None

View File

@ -300,6 +300,7 @@ class Tabbed_chat_window(chat.Chat):
chat.Chat.print_conversation_line(self, text, jid, kind, name, tim)
def restore_conversation(self, jid):
# don't restore lines if it's a transport
is_transport = jid.startswith('aim.') or jid.startswith('gadugadu.') or\
jid.startswith('irc.') or jid.startswith('icq.') or\
jid.startswith('msn.') or jid.startswith('sms.') or\