Remove commented code. We have version control for that.
This commit is contained in:
parent
9b7ae8cac3
commit
07f5bf223f
|
@ -541,10 +541,6 @@ class ZeroconfVcardWindow:
|
||||||
if not self.contact.status:
|
if not self.contact.status:
|
||||||
self.contact.status = ''
|
self.contact.status = ''
|
||||||
|
|
||||||
# Request list time status
|
|
||||||
# gajim.connections[self.account].request_last_status_time(self.contact.jid,
|
|
||||||
# self.contact.resource)
|
|
||||||
|
|
||||||
self.xml.get_widget('resource_prio_label').set_text(resources)
|
self.xml.get_widget('resource_prio_label').set_text(resources)
|
||||||
resource_prio_label_eventbox = self.xml.get_widget(
|
resource_prio_label_eventbox = self.xml.get_widget(
|
||||||
'resource_prio_label_eventbox')
|
'resource_prio_label_eventbox')
|
||||||
|
@ -552,8 +548,6 @@ class ZeroconfVcardWindow:
|
||||||
|
|
||||||
self.fill_status_label()
|
self.fill_status_label()
|
||||||
|
|
||||||
# gajim.connections[self.account].request_vcard(self.contact.jid, self.is_fake)
|
|
||||||
|
|
||||||
def fill_personal_page(self):
|
def fill_personal_page(self):
|
||||||
contact = gajim.connections[gajim.ZEROCONF_ACC_NAME].roster.getItem(self.contact.jid)
|
contact = gajim.connections[gajim.ZEROCONF_ACC_NAME].roster.getItem(self.contact.jid)
|
||||||
for key in ('1st', 'last', 'jid', 'email'):
|
for key in ('1st', 'last', 'jid', 'email'):
|
||||||
|
|
Loading…
Reference in New Issue