fix number of arguments in a callback. fixes #3047

This commit is contained in:
Yann Leboulanger 2007-03-20 10:35:06 +00:00
parent 3bf528d988
commit ae9dc18244

View file

@ -4088,7 +4088,7 @@ class RosterWindow:
contact.groups.remove(group)
self.remove_contact(contact, account)
def _on_send_files(self, account, jid, uri):
def _on_send_files(self, widget, account, jid, uri):
c = gajim.contacts.get_contact_with_highest_priority(account, jid)
uri_splitted = uri.split() # we may have more than one file dropped
for uri in uri_splitted: