number of tab in vcard.py has changed
This commit is contained in:
parent
a4c29cd6c2
commit
a6201bff11
1 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ class VcardWindow:
|
||||||
self.fill_status_label()
|
self.fill_status_label()
|
||||||
|
|
||||||
def set_os_info(self, resource, client_info, os_info):
|
def set_os_info(self, resource, client_info, os_info):
|
||||||
if self.xml.get_widget('information_notebook').get_n_pages() < 4:
|
if self.xml.get_widget('information_notebook').get_n_pages() < 5:
|
||||||
return
|
return
|
||||||
i = 0
|
i = 0
|
||||||
client = ''
|
client = ''
|
||||||
|
@ -220,7 +220,7 @@ class VcardWindow:
|
||||||
self.test_remove_progressbar()
|
self.test_remove_progressbar()
|
||||||
|
|
||||||
def fill_status_label(self):
|
def fill_status_label(self):
|
||||||
if self.xml.get_widget('information_notebook').get_n_pages() < 4:
|
if self.xml.get_widget('information_notebook').get_n_pages() < 5:
|
||||||
return
|
return
|
||||||
contact_list = gajim.contacts.get_contact(self.account, self.contact.jid)
|
contact_list = gajim.contacts.get_contact(self.account, self.contact.jid)
|
||||||
connected_contact_list = []
|
connected_contact_list = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue