fallbacksrc: update-uri is not an action signal

This commit is contained in:
Mathieu Duponchelle 2021-06-30 17:34:13 +02:00
parent d38a84ab79
commit 36b346e733

View file

@ -608,7 +608,6 @@ impl ObjectImpl for FallbackSrc {
&[String::static_type().into()],
String::static_type().into(),
)
.action()
.class_handler(|_token, args| {
// Simply return the input by default
Some(args[1].clone())