[gnome-control-center/fix-remote-desktop-fingerprint-dialog-closing: 1/2] sharing: Set Verify Encryption dialog to "hide-on-close"




commit a701ab0b8ba484d0347e66318deae9501f6f5d46
Author: Felipe Borges <felipeborges gnome org>
Date:   Fri May 13 13:14:04 2022 +0200

    sharing: Set Verify Encryption dialog to "hide-on-close"
    
    This way GtkWindow handles the hiding of the dialog instead of the
    callback of the close-button.
    
    Fixes #1832

 panels/sharing/cc-sharing-panel.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/panels/sharing/cc-sharing-panel.ui b/panels/sharing/cc-sharing-panel.ui
index 3be27765b..9f797dafa 100644
--- a/panels/sharing/cc-sharing-panel.ui
+++ b/panels/sharing/cc-sharing-panel.ui
@@ -415,6 +415,7 @@
   <object class="AdwWindow" id="remote_desktop_fingerprint_dialog">
     <property name="default-width">360</property>
     <property name="default-height">360</property>
+    <property name="hide-on-close">True</property>
     <property name="modal">True</property>
 
     <child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]