mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename deletePage to closePage, remove gtk node on apply
This commit is contained in:
parent
1d1c7bf669
commit
3d48e20809
2 changed files with 9 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ class Close
|
|||
'activate',
|
||||
function()
|
||||
{
|
||||
$this->tab->menu->browser->container->tab->gtk->remove_page(
|
||||
$this->tab->menu->browser->container->tab->closePage(
|
||||
$this->tab->menu->browser->container->tab->gtk->get_current_page()
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue