mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-28 20:14:13 +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
|
// https://docs.gtk.org/glib/type_func.Uri.resolve_relative.html
|
||||||
match Uri::resolve_relative(
|
match Uri::resolve_relative(
|
||||||
Some(&uri.to_string()),
|
Some(&uri.to_string()),
|
||||||
&unresolved_url.value(),
|
unresolved_url.value(),
|
||||||
UriFlags::NONE,
|
UriFlags::NONE,
|
||||||
) {
|
) {
|
||||||
Ok(resolved_url) => {
|
Ok(resolved_url) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user