rygel/0001-fix-the-title-bar-close-button-not-responding.patch
yangfei 4671db08d9 fix the title bar close button not responding
(cherry picked from commit b578d087c4586cf960219b46ba79157eb2e138e4)
2024-12-12 15:52:34 +08:00

12 lines
496 B
Diff

diff -Naur a/src/ui/rygel-preferences-dialog.vala b/src/ui/rygel-preferences-dialog.vala
--- a/src/ui/rygel-preferences-dialog.vala 2023-08-02 19:24:43.000000000 +0800
+++ b/src/ui/rygel-preferences-dialog.vala 2024-12-12 14:39:50.872326487 +0800
@@ -64,6 +64,7 @@
this.on_upnp_switch_toggled ();
});
+ this.dialog.set_deletable (true);
this.dialog.delete_event.connect ( () => {
this.dialog.hide ();
this.loop.quit ();