mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
remove extra reference
This commit is contained in:
parent
f6fe910431
commit
164cddac5a
@ -720,7 +720,7 @@ impl Page {
|
||||
// https://docs.gtk.org/glib/type_func.Uri.resolve_relative.html
|
||||
match Uri::resolve_relative(
|
||||
Some(&uri.to_string()),
|
||||
&unresolved_url.value(),
|
||||
unresolved_url.value(),
|
||||
UriFlags::NONE,
|
||||
) {
|
||||
Ok(resolved_url) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user