update deprecated signal names

This commit is contained in:
yggverse 2024-04-13 08:02:02 +03:00
parent a4b0585014
commit 0c1339acc3

View file

@ -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(