summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-02-18 13:24:08 +0100
committerLubomir Rintel <lkundrak@v3.sk>2019-09-20 15:22:37 +0200
commit9c4cafd40e75d68544db0d414af55d599b1d8f18 (patch)
treeaea1a4ef05eb84c39c8ed118d7784aa747cba4a1
parent08cd414e36b83ebeb240906d258b3a483c9f4119 (diff)
downloadnetwork-manager-applet-9c4cafd40e75d68544db0d414af55d599b1d8f18.tar.gz
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.
-rw-r--r--src/libnma/nma-mobile-wizard.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnma/nma-mobile-wizard.ui b/src/libnma/nma-mobile-wizard.ui
index 9138a9e0..e120e962 100644
--- a/src/libnma/nma-mobile-wizard.ui
+++ b/src/libnma/nma-mobile-wizard.ui
@@ -567,9 +567,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>