mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
COPKGManager: use shell output to generate error messages for gui
This commit is contained in:
@@ -68,8 +68,8 @@ 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);
|
||||
void doUpdate();
|
||||
void showError(const char* local_msg, char* err_msg, const std::string& command);
|
||||
int doUpdate();
|
||||
|
||||
struct pkg {
|
||||
std::string name;
|
||||
|
Reference in New Issue
Block a user