[Libguestfs] [PATCH v2 3/3] p2v: Allow virt-p2v to be built with Gtk 2 or 3.

Richard W.M. Jones rjones at redhat.com
Mon May 30 21:05:57 UTC 2016


On Mon, May 30, 2016 at 09:49:00PM +0100, Richard W.M. Jones wrote:
> +#else  /* gtk < 3.14 */
> +#define set_padding(widget, xpad, ypad)                 \
> +  gtk_misc_set_padding(GTK_MISC(widget),(xpad),(ypad))
> +#define set_alignment(widget, xalign, yalign)                   \
> +  gtk_misc_set_padding(GTK_MISC(widget),(xalign),(yalign))

^^ should be gtk_misc_set_alignment.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org




More information about the Libguestfs mailing list