COPKGManager: use shell output to generate error messages for gui

Origin commit data
------------------
Branch: ni/coolstream
Commit: 524b91a402
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-11-24 (Mon, 24 Nov 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2014-11-24 09:06:33 +01:00
parent 870918331c
commit 3991fb0363
2 changed files with 47 additions and 16 deletions

View File

@@ -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;