restrict-applications-dialog: Use close-request

Instead of delete-event. Pretty straightforward, 1:1 port to this
new signal.
This commit is contained in:
Georges Basile Stavracas Neto 2022-07-08 17:22:04 -03:00
parent 977b82f681
commit 8a8fe7b346
3 changed files with 6 additions and 9 deletions

View file

@ -133,6 +133,6 @@
<property name="visible">False</property>
<property name="modal">True</property>
<property name="destroy-with-parent">False</property>
<signal name="delete-event" handler="on_restrict_applications_dialog_delete_event_cb" />
<signal name="close-request" handler="on_restrict_applications_dialog_close_request_cb" />
</object>
</interface>