mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
remove extra getters, give gobject names
This commit is contained in:
parent
cd49b36887
commit
2a59bebea9
17 changed files with 104 additions and 221 deletions
|
|
@ -69,8 +69,8 @@ impl Page {
|
|||
let widget = Rc::new(Widget::new(
|
||||
&id,
|
||||
&navigation.widget.gobject,
|
||||
content.gobject(),
|
||||
input.gobject(),
|
||||
&content.gobject,
|
||||
&input.widget.clamp,
|
||||
));
|
||||
|
||||
let meta = Rc::new(Meta::new(Status::New, gformat!("New page")));
|
||||
|
|
@ -495,8 +495,8 @@ impl Page {
|
|||
&buffer.data
|
||||
);
|
||||
|
||||
let title = match text_gemini.meta_title() {
|
||||
Some(title) => title,
|
||||
let title = match text_gemini.meta.title {
|
||||
Some(ref title) => title,
|
||||
None => &uri_to_title(&uri)
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue