no need to call request_vcard twice, it's already in VcardWindow class
This commit is contained in:
parent
c4dc648637
commit
6d57097177
|
@ -858,7 +858,6 @@ class SubscriptionRequestWindow:
|
|||
# Remove jabber page
|
||||
gajim.interface.instances[self.account]['infos'][self.jid].xml.\
|
||||
get_widget('information_notebook').remove_page(0)
|
||||
gajim.connections[self.account].request_vcard(self.jid)
|
||||
|
||||
def on_deny_button_clicked(self, widget):
|
||||
'''refuse the request'''
|
||||
|
|
Loading…
Reference in New Issue