mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
give name to gobject variables
This commit is contained in:
parent
702269f1f1
commit
a1617b2b1b
35 changed files with 213 additions and 209 deletions
|
|
@ -39,12 +39,12 @@ impl Browser {
|
|||
(
|
||||
// Browser
|
||||
&action.id,
|
||||
action.gobject.clone(),
|
||||
action.simple_action_group.clone(),
|
||||
),
|
||||
(
|
||||
// Window
|
||||
&window.action.id,
|
||||
window.action.gobject.clone(),
|
||||
window.action.simple_action_group.clone(),
|
||||
),
|
||||
],
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue