[network-manager-applet/lr/gtk4: 39/43] nma/mobile-wizard: drop use of GtkWidget.no-show-all property
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet/lr/gtk4: 39/43] nma/mobile-wizard: drop use of GtkWidget.no-show-all property
- Date: Tue, 10 Sep 2019 14:20:23 +0000 (UTC)
commit fc4eafa489ba4a14380bb828f54eb3f5037945f8
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 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]