[virt-tools-list] [virt-manager PATCHv2 12/13] Use GtkSeparator instead of GtkHSeparator

Radostin Stoyanov rstoyanov1 at gmail.com
Wed May 31 13:08:42 UTC 2017


GtkHSeparator was deprecated since Gtk version 3.2 and should not be
used in newly-written code.[1] Use GtkSeparator instead.[2]

By default, GtkSeparator's orientation is set to horizontal.[3]

[1] https://developer.gnome.org/gtk3/stable/GtkHSeparator.html

[2] https://developer.gnome.org/gtk3/stable/GtkSeparator.html

[3] https://developer.gnome.org/gtk3/stable/gtk3-Orientable.html#GtkOrientable--orientation
---
 ui/connect.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>
-- 
2.9.4




More information about the virt-tools-list mailing list