mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
lcd4l: rename OnAfterError->OnError
This commit is contained in:
@@ -168,7 +168,7 @@ void CLCD4l::StartLCD4l()
|
||||
if (exec_initscript("lcd4linux", "start", "systemctl"))
|
||||
OnAfterStart();
|
||||
else
|
||||
OnAfterError();
|
||||
OnError();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -191,7 +191,7 @@ void CLCD4l::StopLCD4l()
|
||||
if (exec_initscript("lcd4linux", "stop", "systemctl"))
|
||||
OnAfterStop();
|
||||
else
|
||||
OnAfterError();
|
||||
OnError();
|
||||
}
|
||||
|
||||
void CLCD4l::SwitchLCD4l()
|
||||
@@ -886,7 +886,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
|
||||
if (exec_initscript("lcd4linux", "restart", "systemctl"))
|
||||
OnAfterRestart();
|
||||
else
|
||||
OnAfterError();
|
||||
OnError();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user