mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
add source_remove on request change
This commit is contained in:
parent
5b3d22621a
commit
9beea85920
1 changed files with 7 additions and 1 deletions
|
|
@ -48,7 +48,11 @@ class Request extends Entry
|
||||||
// Reset previous event
|
// Reset previous event
|
||||||
if ($this->_changed)
|
if ($this->_changed)
|
||||||
{
|
{
|
||||||
// @TODO source_remove #125
|
\Gtk::source_remove(
|
||||||
|
$this->_changed
|
||||||
|
);
|
||||||
|
|
||||||
|
$this->_changed = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Wait for one second to apply act
|
// Wait for one second to apply act
|
||||||
|
|
@ -58,6 +62,8 @@ class Request extends Entry
|
||||||
{
|
{
|
||||||
$this->navbar->page->container->tab->update();
|
$this->navbar->page->container->tab->update();
|
||||||
|
|
||||||
|
$this->_changed = null;
|
||||||
|
|
||||||
return false; // stop
|
return false; // stop
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue