This commit is contained in:
ThomasV
2022-04-28 15:26:20 +02:00
parent 96433ea2b4
commit 1f7ada3486
+1 -1
View File
@@ -123,7 +123,7 @@ class ContactList(MyTreeView):
self.filter()
run_hook('update_contacts_tab', self)
def refresh_row(self, key):
def refresh_row(self, key, row):
# nothing to update here
pass