mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
update comment
This commit is contained in:
parent
cac4f878ad
commit
4981815246
1 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ impl Browser {
|
||||||
],
|
],
|
||||||
));
|
));
|
||||||
|
|
||||||
// Connect actions
|
// Connect actions (window required for accels)
|
||||||
widget
|
widget
|
||||||
.gobject()
|
.gobject()
|
||||||
.insert_action_group(action.id(), Some(action.gobject()));
|
.insert_action_group(action.id(), Some(action.gobject()));
|
||||||
|
|
@ -77,7 +77,7 @@ impl Browser {
|
||||||
widget.gobject().insert_action_group(
|
widget.gobject().insert_action_group(
|
||||||
window.tab().action().id(),
|
window.tab().action().id(),
|
||||||
Some(window.tab().action().gobject()),
|
Some(window.tab().action().gobject()),
|
||||||
); // @TODO is really wanted to append it here?
|
);
|
||||||
|
|
||||||
// Connect events
|
// Connect events
|
||||||
action.about().connect_activate({
|
action.about().connect_activate({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue