mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-11 07:31:03 +02:00
CKeyboardInput: add signal OnAfterSave()
supplementing for notifier handling
This commit is contained in:
@@ -578,8 +578,13 @@ int CKeyboardInput::exec(CMenuTarget* parent, const std::string &)
|
||||
delete inputString;
|
||||
inputString = NULL;
|
||||
|
||||
if ((observ) && (msg == CRCInput::RC_red))
|
||||
observ->changeNotify(title, (void *) valueString->c_str());
|
||||
if (msg == CRCInput::RC_red)
|
||||
{
|
||||
if (observ)
|
||||
observ->changeNotify(title, (void *) valueString->c_str());
|
||||
if (msg == CRCInput::RC_red)
|
||||
OnAfterSave();
|
||||
}
|
||||
|
||||
return res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user