[virt-tools-list] [virt-manager PATCH 8/8] Other deprecations
Radostin Stoyanov
rstoyanov1 at gmail.com
Sun May 28 16:55:26 UTC 2017
Resolve three other deprecations "use-action-appearance", "GtkSeparator" and "GtkHPaned".
GtkActivatable:use-action-appearance has been deprecated since version 3.10 and should not be used in newly-written code.
https://developer.gnome.org/gtk3/stable/GtkActivatable.html#GtkActivatable--use-action-appearance
GtkHSeparator has been deprecated, use GtkSeparator instead.
https://developer.gnome.org/gtk3/stable/GtkHSeparator.html
GtkHPaned has been deprecated, use GtkPaned instead.
https://developer.gnome.org/gtk3/stable/GtkHPaned.html
---
INSTALL.md | 2 +-
ui/connect.ui | 2 +-
ui/host.ui | 4 ++--
ui/migrate.ui | 1 -
4 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/INSTALL.md b/INSTALL.md
index a34ca77..399dd11 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -37,6 +37,6 @@ Minimum version requirements of major components:
- libosinfo >= 0.2.10
On Debian or Ubuntu based distributions, you need to install the
-`gobject-introspection` bindings for some depedencies like `libvirt-glib`
+`gobject-introspection` bindings for some dependencies like `libvirt-glib`
and `libosinfo`. Look for package names that start with `'gir'`, for example
`gir1.2-libosinfo-1.0`.
diff --git a/ui/connect.ui b/ui/connect.ui
index 4759abc..d89030b 100644
--- a/ui/connect.ui
+++ b/ui/connect.ui
@@ -121,7 +121,7 @@
</packing>
</child>
<child>
- <object class="GtkHSeparator" id="hseparator1">
+ <object class="GtkSeparator" id="hseparator1">
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
diff --git a/ui/host.ui b/ui/host.ui
index 953ea82..64b80d6 100644
--- a/ui/host.ui
+++ b/ui/host.ui
@@ -383,7 +383,7 @@
<property name="border_width">3</property>
<property name="orientation">vertical</property>
<child>
- <object class="GtkHPaned" id="hpaned2">
+ <object class="GtkPaned" id="hpaned2">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="border_width">3</property>
@@ -1350,7 +1350,7 @@
<property name="border_width">3</property>
<property name="orientation">vertical</property>
<child>
- <object class="GtkHPaned" id="hpaned3">
+ <object class="GtkPaned" id="hpaned3">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="border_width">3</property>
diff --git a/ui/migrate.ui b/ui/migrate.ui
index 08a304b..943ecb9 100644
--- a/ui/migrate.ui
+++ b/ui/migrate.ui
@@ -561,7 +561,6 @@ Enabling this option tells libvirt to skip those checks.</property>
</child>
<child>
<object class="GtkCheckButton" id="migrate-unsafe">
- <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
--
2.9.4
More information about the virt-tools-list
mailing list