]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
panel-plugin: replace XFCE_HVBOX with new GtkBox API.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 23 Oct 2019 02:28:46 +0000 (22:28 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 24 Oct 2019 13:26:49 +0000 (09:26 -0400)
The XFCE_HVBOX stuff is gone in the new version of the panel library
because its functionality has been superseded by GtkBox in gtk+-3.x.
First we drop the header include for libxfce4panel/xfce-hvbox.h that no
longer exists, and then we change xfce_hvbox_new() to gtk_box_new() and
xfce_hvbox_set_orientation() to gtk_orientable_set_orientation().


No differences found