COPKGManager: add variable to hold last selected source dir

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7b178e71f9
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-11-25 (Tue, 25 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-25 10:46:59 +01:00
parent 54103f69d0
commit b3f9113a0b
2 changed files with 10 additions and 7 deletions

View File

@@ -57,6 +57,7 @@ class COPKGManager : public CMenuTarget
bool installed;
bool expert_mode;
int menu_offset;
std::string local_dir;
int execCmd(const char* cmdstr, bool verbose = false, bool acknowledge = false);
int execCmd(std::string cmdstr, bool verbose = false, bool acknowledge = false) {