mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
update action namespace
This commit is contained in:
parent
1fde59a6ce
commit
49fd7d0ab8
@ -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…
x
Reference in New Issue
Block a user