fix TB when viewing gc vcard

This commit is contained in:
Yann Leboulanger 2006-09-08 18:53:10 +00:00
parent cfd9c87860
commit 63b3c93a6f
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class VcardWindow:
stats += '\n' + _('since %s') % time.strftime('%c', stats += '\n' + _('since %s') % time.strftime('%c',
c.last_status_time).decode(locale.getpreferredencoding()) c.last_status_time).decode(locale.getpreferredencoding())
one = False one = False
elif not self.vcard: # Maybe gc_vcard ? else: # Maybe gc_vcard ?
stats = helpers.get_uf_show(self.contact.show) stats = helpers.get_uf_show(self.contact.show)
if self.contact.status: if self.contact.status:
stats += ': ' + self.contact.status stats += ': ' + self.contact.status