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 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list