mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55:27 +00:00
remove extra reference
This commit is contained in:
parent
f6fe910431
commit
164cddac5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue