display contacts URL in qhavesex
This commit is contained in:
parent
3c78b37f95
commit
cb5502f1d9
2 changed files with 8 additions and 4 deletions
|
|
@ -237,6 +237,7 @@ class ContactProfile(QWidget):
|
|||
|
||||
self.ui.nicknameLabel.setText('<h1>%s</h1>' % contact.name)
|
||||
self.ui.statusLabel.setText('%s' % contact.status_msg)
|
||||
self.ui.contactURLEdit.setText('%s' % contact.url)
|
||||
if contact.summary is NotLoaded:
|
||||
self.ui.descriptionEdit.setText('<h1>Description</h1><p><i>Receiving...</i></p>')
|
||||
missing_fields.add('summary')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue