Skip to content
Snippets Groups Projects
Commit ac1b00ec authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

status in gc vcard. Fixes #1765

parent 65edabfb
No related branches found
No related tags found
No related merge requests found
......@@ -328,6 +328,8 @@ def fill_status_label(self):
stats += '\n' + _('since %s') % time.strftime('%c',
c.last_status_time).decode(locale.getpreferredencoding())
one = False
elif not self.vcard: # Maybe gc_vcard ?
stats = self.contact.status
status_label = self.xml.get_widget('status_label')
status_label.set_max_width_chars(15)
status_label.set_text(stats)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment