Skip to content
Snippets Groups Projects
Commit eb582318 authored by inso's avatar inso
Browse files

Fix #398

parent ae527b72
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ class ConfigureContactDialog(QDialog, Ui_ConfigureContactDialog): ...@@ -63,7 +63,7 @@ class ConfigureContactDialog(QDialog, Ui_ConfigureContactDialog):
return ConfigureContactDialog(app, account, parent) return ConfigureContactDialog(app, account, parent)
@classmethod @classmethod
def edit_contact(cls, app, parent, account, index): def edit_contact(cls, app, account, parent, index):
return ConfigureContactDialog(app, account, parent, None, index) return ConfigureContactDialog(app, account, parent, None, index)
def accept(self): def accept(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment