From 61fdb5d03a38cfb132ba52fd37a10661ee1fa518 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 10 Sep 2011 22:43:34 -0500 Subject: [PATCH] Forgot to provide defaults to both versions of this function --- dialcentral/dialogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialcentral/dialogs.py b/dialcentral/dialogs.py index 42c7cc4..d41f3a5 100644 --- a/dialcentral/dialogs.py +++ b/dialcentral/dialogs.py @@ -586,7 +586,7 @@ class ContactList(object): self._session.draft.set_selected_number(cid, number) @misc_utils.log_exception(_moduleLogger) - def _on_remove_contact(self, index, toggled): + def _on_remove_contact(self, index, toggled = True): with qui_utils.notify_error(self._app.errorLog): self._session.draft.remove_contact(self._uiItems[index]["cid"]) -- 1.7.9.5