mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2025-01-05 03:55:19 +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 {
|
if state {
|
||||||
item.set_property("active", false);
|
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