Replace obsolete delete_event signals
Review Request #2189 — Created Jan. 15, 2023 and submitted — Latest diff uploaded
We can use
response
on dialogs ordestroy
on windows.Also, using
response
means we don't need to also connect toclicked
on action buttons.
Compiled and opened 'Get Buddy Info' then closed with titlebar button and Close button, and confirmed that callback was triggered. No tests for the other UI.