Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apport-gtk: Fix TypeError on dialog close
`on_progress_window_close_event` is connected to those four objects: * GtkWindow delete-event (window_information_collection) * GtkButton clicked (button_cancel_collecting) * GtkWindow delete-event (window_report_upload) * GtkButton clicked (button_cancel_upload) `GtkWindow::delete-event` takes an event parameter, but `GtkButton::clicked` does not. Commit c997c1b ("Add type hints to UserInterface class") released in apport 2.30.0 dropped support for not providing `event` when calling `on_progress_window_close_event`. Fixes: c997c1b ("Add type hints to UserInterface class") LP: #2080524
- Loading branch information