Skip to content

Commit

Permalink
Fix #398
Browse files Browse the repository at this point in the history
  • Loading branch information
Insoleet committed Apr 9, 2016
1 parent ae527b7 commit eb58231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sakia/gui/contact.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def new_contact(cls, app, account, parent):
return ConfigureContactDialog(app, account, parent)

@classmethod
def edit_contact(cls, app, parent, account, index):
def edit_contact(cls, app, account, parent, index):
return ConfigureContactDialog(app, account, parent, None, index)

def accept(self):
Expand Down

0 comments on commit eb58231

Please sign in to comment.