mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
COPKGManager: add member showError to show handled error message on screen
This commit is contained in:
@@ -68,6 +68,7 @@ class COPKGManager : public CMenuTarget
|
||||
void updateMenu();
|
||||
void refreshMenu();
|
||||
bool badpackage(std::string &s);
|
||||
void showError(const char* local_msg, char* sys_msg, const std::string& command);
|
||||
|
||||
struct pkg {
|
||||
std::string name;
|
||||
|
Reference in New Issue
Block a user