Forgot to provide defaults to both versions of this function
authorEd Page <eopage@byu.net>
Sun, 11 Sep 2011 03:43:34 +0000 (22:43 -0500)
committerEd Page <eopage@byu.net>
Sun, 11 Sep 2011 03:43:34 +0000 (22:43 -0500)
dialcentral/dialogs.py

index 42c7cc4..d41f3a5 100644 (file)
@@ -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"])