Re: [Spice-devel] [PATCH spice-gtk] usb-widget: fix gtk2 Python bindings

2013-08-06 Thread Hans de Goede
ACK. And thanks for fixing this! On 08/06/2013 12:13 PM, Marc-André Lureau wrote: The Python bindings generator failed to bind the USB widget, because of the object/class declaration. The declaration was circumventing the deprecated errors when compiling with GTK_DISABLE_DEPRECATED. We used to

[Spice-devel] [PATCH spice-gtk] usb-widget: fix gtk2 Python bindings

2013-08-06 Thread Marc-André Lureau
The Python bindings generator failed to bind the USB widget, because of the object/class declaration. The declaration was circumventing the deprecated errors when compiling with GTK_DISABLE_DEPRECATED. We used to need that because of broken gtk+ headers, but it is no longer necessary since 15bd7ceb