Commit 0a6036d7 authored by Dan Pascu's avatar Dan Pascu

Take pixmap from the computed contact pixmap

parent adc8b255
...@@ -1086,7 +1086,7 @@ class ContactWidget(base_class, ui_class): ...@@ -1086,7 +1086,7 @@ class ContactWidget(base_class, ui_class):
def init_from_contact(self, contact): def init_from_contact(self, contact):
self.name_label.setText(contact.name) self.name_label.setText(contact.name)
self.info_label.setText(contact.info) self.info_label.setText(contact.info)
self.icon_label.setPixmap(contact.icon.pixmap(32)) self.icon_label.setPixmap(contact.pixmap)
del ui_class, base_class del ui_class, base_class
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment