fix number of arguments in a callback. fixes #3047
This commit is contained in:
parent
3bf528d988
commit
ae9dc18244
1 changed files with 1 additions and 1 deletions
|
@ -4088,7 +4088,7 @@ class RosterWindow:
|
||||||
contact.groups.remove(group)
|
contact.groups.remove(group)
|
||||||
self.remove_contact(contact, account)
|
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)
|
c = gajim.contacts.get_contact_with_highest_priority(account, jid)
|
||||||
uri_splitted = uri.split() # we may have more than one file dropped
|
uri_splitted = uri.split() # we may have more than one file dropped
|
||||||
for uri in uri_splitted:
|
for uri in uri_splitted:
|
||||||
|
|
Loading…
Add table
Reference in a new issue