mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
update comment
This commit is contained in:
parent
cac4f878ad
commit
4981815246
@ -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…
x
Reference in New Issue
Block a user