mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2026-02-05 14:22:36 +00:00
spicy: more informative presentation of usb devices in menu
Using the default format.
This commit is contained in:
parent
8a1643d651
commit
9edc788526
@ -460,7 +460,7 @@ static void menu_cb_select_usb_devices(GtkAction *action, void *data)
|
||||
area = gtk_dialog_get_content_area(GTK_DIALOG(dialog));
|
||||
|
||||
usb_device_widget = spice_usb_device_widget_new(win->conn->session,
|
||||
"%s %s");
|
||||
NULL); /* default format */
|
||||
g_signal_connect(usb_device_widget, "connect-failed",
|
||||
G_CALLBACK(usb_connect_failed), NULL);
|
||||
gtk_box_pack_start(GTK_BOX(area), usb_device_widget, TRUE, TRUE, 0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user