mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
rename methods, use namespace
This commit is contained in:
parent
9cc75a8fcf
commit
b8b59e6f56
9 changed files with 20 additions and 20 deletions
|
|
@ -77,7 +77,7 @@ class Table
|
|||
// Focus on browser
|
||||
// $this->content->container->history->browser->gtk->present();
|
||||
|
||||
$this->content->container->history->browser->container->tab->appendPage(
|
||||
$this->content->container->history->browser->container->tab->append(
|
||||
$this->getSelectedUrl()
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ class Open extends \Yggverse\Yoda\Abstract\Entity\Browser\History\Container\Navb
|
|||
\GtkButton $entity
|
||||
): void
|
||||
{
|
||||
$this->navbar->container->history->browser->container->tab->appendPage(
|
||||
$this->navbar->container->history->browser->container->tab->append(
|
||||
$this->navbar->container->content->table->getSelectedUrl()
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue