mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
update action namespace
This commit is contained in:
parent
1fde59a6ce
commit
49fd7d0ab8
1 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ void Tab::update(
|
||||||
);
|
);
|
||||||
|
|
||||||
page->activate_action(
|
page->activate_action(
|
||||||
"tab.update"
|
"data.update"
|
||||||
);
|
);
|
||||||
|
|
||||||
} // @TODO
|
} // @TODO
|
||||||
|
|
@ -96,5 +96,5 @@ void Tab::on_switch(
|
||||||
Gtk::Widget * page,
|
Gtk::Widget * page,
|
||||||
guint page_num
|
guint page_num
|
||||||
) {
|
) {
|
||||||
// @TODO update header
|
// @TODO update header text
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue