mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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(
|
||||
"tab.update"
|
||||
"data.update"
|
||||
);
|
||||
|
||||
} // @TODO
|
||||
|
|
@ -96,5 +96,5 @@ void Tab::on_switch(
|
|||
Gtk::Widget * page,
|
||||
guint page_num
|
||||
) {
|
||||
// @TODO update header
|
||||
// @TODO update header text
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue