[network-manager-applet/lr/gtk4: 6/9] nma/mobile-wizard: drop use of GtkWidget.no-show-all property



commit 1f65e78104b7c26d94f67c0f831612ce8408ea1b
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Mon Feb 18 13:24:08 2019 +0100

    nma/mobile-wizard: drop use of GtkWidget.no-show-all property
    
    It's going away in Gtk4. We don't do show_all() anyway -- just hide the
    widgets by default.

 src/libnma/nma-mobile-wizard.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libnma/nma-mobile-wizard.ui b/src/libnma/nma-mobile-wizard.ui
index 3f6637af..cbb82a16 100644
--- a/src/libnma/nma-mobile-wizard.ui
+++ b/src/libnma/nma-mobile-wizard.ui
@@ -568,9 +568,9 @@ If you are unsure of your plan please ask your provider for your plan’s APN.</
         </child>
         <child>
           <object class="GtkLabel" id="confirm_connect_after_label">
+            <property name="visible">False</property>
             <property name="width_request">500</property>
             <property name="can_focus">False</property>
-            <property name="no_show_all">True</property>
             <property name="valign">end</property>
             <property name="vexpand">True</property>
             <property name="label" translatable="yes">A connection will now be made to your mobile broadband 
provider using the settings you selected. If the connection fails or you cannot access network resources, 
double-check your settings. To modify your mobile broadband connection settings, choose “Network Connections” 
from the System → Preferences menu.</property>


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