mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
rename action methods
This commit is contained in:
parent
41650a9775
commit
3760d50769
3 changed files with 6 additions and 7 deletions
|
|
@ -112,14 +112,14 @@ void Main::tab_page_navigation_history_forward()
|
|||
};
|
||||
|
||||
// Getters
|
||||
Glib::ustring Main::get_current_tab_page_title()
|
||||
Glib::ustring Main::get_tab_page_title()
|
||||
{
|
||||
return mainTab->get_page_title(
|
||||
mainTab->get_current_page()
|
||||
);
|
||||
};
|
||||
|
||||
Glib::ustring Main::get_current_tab_page_description()
|
||||
Glib::ustring Main::get_tab_page_description()
|
||||
{
|
||||
return mainTab->get_page_description(
|
||||
mainTab->get_current_page()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue