mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2025-01-03 03:05:18 +00:00
Fix bad show-error signal return type
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
e5e1443292
commit
ecbeb857c5
@ -46,7 +46,7 @@ impl Handler {
|
||||
if state {
|
||||
item.set_property("active", false);
|
||||
}
|
||||
widget.emit_by_name::<()>("show-error", &[&e.to_string()]);
|
||||
widget.emit_by_name::<bool>("show-error", &[&e.to_string()]);
|
||||
},
|
||||
}
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user