no need to call request_vcard twice, it's already in VcardWindow class

This commit is contained in:
Yann Leboulanger 2006-04-28 20:54:29 +00:00
parent c4dc648637
commit 6d57097177
1 changed files with 0 additions and 1 deletions

View File

@ -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'''