use event entry

This commit is contained in:
yggverse 2024-07-05 01:29:32 +03:00
parent 77edbf86e7
commit a2e54edfcf

View file

@ -13,7 +13,7 @@ class Filter extends \Yggverse\Yoda\Abstract\Entity\Window\Tab\History\Navbar\En
): void ): void
{ {
$this->navbar->history->content->search( $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 ): void
{ {
$this->navbar->history->content->search( $this->navbar->history->content->search(
$this->navbar->filter->gtk->get_text() $entry->get_text()
); );
} }