]> git.proxmox.com Git - pve-installer.git/commit
fix #4643: show a confirmation dialog when clicking abort
authorMaximiliano Sandoval <m.sandoval@proxmox.com>
Wed, 21 Jun 2023 08:55:05 +0000 (10:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Jun 2023 10:29:02 +0000 (12:29 +0200)
commitdf19222d0b2a0340448ec5d91d98a184482b06e8
treedd522736042922f9aca245c427abf5166389601d
parent93f4fdfa2c1e8d6c9421b74248ecde60e1556cdb
fix #4643: show a confirmation dialog when clicking abort

Note that unlike the rest of the file, we connect to the response signal
instead of using Gtk3::Dialog->run, the reason is that run blocks the
main loop used by GTK and this undesirable to the point where
Gtk3::Dialog->run was removed for GTK 4.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
proxinstall