pidgin/pidgin

Replace obsolete delete_event signals

16 months ago, Elliott Sales de Andrade
b6a9fcf02157
Replace obsolete delete_event signals

We can use `response` on dialogs or `destroy` on windows.

Also, using `response` means we don't need to _also_ connect to `clicked` on action buttons.

Testing Done:
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.

Reviewed at https://reviews.imfreedom.org/r/2189/
---
id: im.pidgin.Finch3
runtime: org.gnome.Platform
runtime-version: '3.36'
sdk: org.gnome.Sdk
command: finch3
finish-args:
- --share=ipc
- --socket=x11
- --share=network
- --talk-name=org.freedesktop.Notifications
- --system-talk-name=org.freedesktop.Avahi
modules:
- packaging/flatpak/libpurple-common.yml
- packaging/flatpak/libgnt.yml
- name: finch3
buildsystem: meson
config-opts:
- -Dgtkui=false
- -Ddoc=false
sources:
- type: dir
path: '.'