[virt-tools-list] [PATCH 11/11] virt-viewer-window: Add a USB device selection to the fullscreen menu

Marc-André Lureau marcandre.lureau at gmail.com
Sun Mar 4 21:05:11 UTC 2012


On Sun, Mar 4, 2012 at 8:06 PM, Hans de Goede <hdegoede at redhat.com> wrote:
> +    if (sensitive)
> +        gtk_widget_show(priv->toolbar_usb_device_selection);
> +    else
> +        gtk_widget_hide(priv->toolbar_usb_device_selection);
>  }

gtk_widget_set_visible() (introduced in 2.18 that we depend on)

ack otherwise.

-- 
Marc-André Lureau




More information about the virt-tools-list mailing list