X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=dialcentral%2Fdialogs.py;h=d41f3a5ca3dfd1cb3b75306aba2e6c157bc91b7d;hp=42c7cc4ad86932ffad16a5e4c4c6a96910ab926a;hb=61fdb5d03a38cfb132ba52fd37a10661ee1fa518;hpb=186fc72a7c6bd3cf9da0b64c3ce8f0345c62532b 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"])