Browse Source

update deprecated signal names

main
yggverse 3 months ago
parent
commit
0c1339acc3
  1. 8
      src/Entity/Tab/Page.php

8
src/Entity/Tab/Page.php

@ -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…
Cancel
Save