mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
rename methods
This commit is contained in:
parent
160c498586
commit
ff901ebcf8
3 changed files with 9 additions and 11 deletions
|
|
@ -75,12 +75,12 @@ Glib::ustring Page::get_subtitle()
|
|||
// Actions
|
||||
void Page::back()
|
||||
{
|
||||
pageNavbar->back();
|
||||
pageNavbar->history_back();
|
||||
}
|
||||
|
||||
void Page::forward()
|
||||
{
|
||||
pageNavbar->forward();
|
||||
pageNavbar->history_forward();
|
||||
}
|
||||
|
||||
void Page::refresh(
|
||||
|
|
@ -104,7 +104,7 @@ void Page::refresh(
|
|||
void Page::update()
|
||||
{
|
||||
// Update navigation history
|
||||
pageNavbar->push(
|
||||
pageNavbar->history_push(
|
||||
pageNavbar->get_request_text()
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue