mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
enshort namespaces, give name to gobject
This commit is contained in:
parent
a1617b2b1b
commit
dd5fada7c7
4 changed files with 9 additions and 10 deletions
|
|
@ -33,7 +33,7 @@ impl Browser {
|
|||
|
||||
// Init widget
|
||||
let widget = Rc::new(Widget::new(
|
||||
&window.widget.gobject,
|
||||
&window.widget.g_box,
|
||||
&[
|
||||
// Connect action groups (to apply accels)
|
||||
(
|
||||
|
|
@ -53,7 +53,7 @@ impl Browser {
|
|||
action.about.connect_activate({
|
||||
let window = window.clone();
|
||||
move || {
|
||||
About::new().present(Some(&window.widget.gobject));
|
||||
About::new().present(Some(&window.widget.g_box));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue