fix TB when viewing gc vcard
This commit is contained in:
parent
cfd9c87860
commit
63b3c93a6f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue