mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update deprecated signal names
This commit is contained in:
parent
a4b0585014
commit
0c1339acc3
1 changed files with 4 additions and 4 deletions
|
|
@ -76,7 +76,7 @@ class Page
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->home->connect(
|
$this->home->connect(
|
||||||
'released',
|
'clicked',
|
||||||
function ($entry)
|
function ($entry)
|
||||||
{
|
{
|
||||||
$this->history->reset();
|
$this->history->reset();
|
||||||
|
|
@ -104,7 +104,7 @@ class Page
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->back->connect(
|
$this->back->connect(
|
||||||
'released',
|
'clicked',
|
||||||
function ($entry)
|
function ($entry)
|
||||||
{
|
{
|
||||||
$this->open(
|
$this->open(
|
||||||
|
|
@ -124,7 +124,7 @@ class Page
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->forward->connect(
|
$this->forward->connect(
|
||||||
'released',
|
'clicked',
|
||||||
function ($entry)
|
function ($entry)
|
||||||
{
|
{
|
||||||
$this->open(
|
$this->open(
|
||||||
|
|
@ -198,7 +198,7 @@ class Page
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->go->connect(
|
$this->go->connect(
|
||||||
'released',
|
'clicked',
|
||||||
function ($entry)
|
function ($entry)
|
||||||
{
|
{
|
||||||
$this->open(
|
$this->open(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue