>
> The widget is defined as GTK_TYPE_BOX, use GtkBox instead of GtkVBox.
Acked
Really, no binary changes:
$ strip src/.libs/usb-device-widget.o && md5sum src/.libs/usb-device-widget.o
071e9dfca20beb638cbc558b8051850d src/.libs/usb-device-widget.o
$ git checkout -- src/usb-device-widget.c
$ ma
On Mon, 2017-06-26 at 06:18 -0400, Frediano Ziglio wrote:
> >
> > The widget is defined as GTK_TYPE_BOX, use GtkBox instead of
> > GtkVBox.
>
> Shouldn't you set the orientation to vertical too? I think the
> default
> is horizontal.
the object is created with the vertical orientation, see the
d
>
> The widget is defined as GTK_TYPE_BOX, use GtkBox instead of GtkVBox.
Shouldn't you set the orientation to vertical too? I think the default
is horizontal.
Not that I think something would change, there are no reference to GtkVBox,
only GtkBox so this seems more of a fix to me.
> ---
> src/
On Mon, 2017-06-26 at 06:08 -0400, Frediano Ziglio wrote:
> >
> > Hi,
> >
> > On Fri, 2017-06-23 at 11:35 -0400, Frediano Ziglio wrote:
> > > >
> > > > GtkVBox is deprecated since Gtk 3.2, GtkBox is going to be
> > > > deprecated. Switch to GtkContainer api if possible.
> > > > ---
> > > > src/
The widget is defined as GTK_TYPE_BOX, use GtkBox instead of GtkVBox.
---
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-devi
It is enough for us. Also GtkBox api has changed recently in gtk master.
---
src/usb-device-widget.c | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/usb-device-widget.c b/src/usb-device-widget.c
index 747887c..e87bdff 100644
--- a/src/usb-device-widget.c
+++ b/s
>
> Hi,
>
> On Fri, 2017-06-23 at 11:35 -0400, Frediano Ziglio wrote:
> > >
> > > GtkVBox is deprecated since Gtk 3.2, GtkBox is going to be
> > > deprecated. Switch to GtkContainer api if possible.
> > > ---
> > > src/usb-device-widget.c | 15 ---
> > > 1 file changed, 8 insertions
Hi,
On Fri, 2017-06-23 at 11:35 -0400, Frediano Ziglio wrote:
> >
> > GtkVBox is deprecated since Gtk 3.2, GtkBox is going to be
> > deprecated. Switch to GtkContainer api if possible.
> > ---
> > src/usb-device-widget.c | 15 ---
> > 1 file changed, 8 insertions(+), 7 deletions(-)
>
Hello,
On Sun, 2017-06-25 at 01:15 +0200, AmigAsger wrote:
> Dear Spice-Devel,
>
> I have been investigating an SSL-issue, which all of a sudden
> occured on my Arch Linux distribution (when connecting to my proxmox
> virtualization center).
>
> Something seems to break from spice-glib-0.33-3-x8
On Fri, 2017-06-23 at 11:39 -0400, Frediano Ziglio wrote:
> >
> > ---
> > src/usb-device-widget.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/src/usb-device-widget.c b/src/usb-device-widget.c
> > index e87bdff..2d07468 100644
> > --- a/src/usb-device-widget.c
>
10 matches
Mail list logo