Hi, On Fri, Jan 20, 2017 at 04:53:53PM +0100, Pavel Grunt wrote: > --- > src/usb-device-widget.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/usb-device-widget.c b/src/usb-device-widget.c > index b394499..747887c 100644 > --- a/src/usb-device-widget.c > +++ b/src/usb-device-widget.c > @@ -40,14 +40,14 @@ > > struct _SpiceUsbDeviceWidget > { > - GtkVBox parent; > + GtkBox parent; > > SpiceUsbDeviceWidgetPrivate *priv; > }; > > struct _SpiceUsbDeviceWidgetClass > { > - GtkVBoxClass parent_class; > + GtkBoxClass parent_class; "gtk_vbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_VERTICAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid." So, GtkGrid in the future. Acked-by: Victor Toso <victortoso@xxxxxxxxxx> > > /* signals */ > void (*connect_failed) (SpiceUsbDeviceWidget *widget, > -- > 2.11.0 > > _______________________________________________ > Spice-devel mailing list > Spice-devel@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/spice-devel
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel