mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use event entry
This commit is contained in:
parent
77edbf86e7
commit
a2e54edfcf
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ class Filter extends \Yggverse\Yoda\Abstract\Entity\Window\Tab\History\Navbar\En
|
|||
): void
|
||||
{
|
||||
$this->navbar->history->content->search(
|
||||
$this->navbar->filter->gtk->get_text()
|
||||
$entry->get_text()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ class Filter extends \Yggverse\Yoda\Abstract\Entity\Window\Tab\History\Navbar\En
|
|||
): void
|
||||
{
|
||||
$this->navbar->history->content->search(
|
||||
$this->navbar->filter->gtk->get_text()
|
||||
$entry->get_text()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue