gui/filebrowser.cpp: save return status to check if all gui must be closed

Origin commit data
------------------
Branch: ni/coolstream
Commit: f02a95e04d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-16 (Fri, 16 Nov 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-11-16 15:36:59 +04:00
parent 48abdf965e
commit f66d168570
2 changed files with 13 additions and 0 deletions

View File

@@ -177,6 +177,7 @@ class CFileBrowser
int x;
int y;
int menu_ret;
SMSKeyInput m_SMSKeyInput;
@@ -229,6 +230,7 @@ class CFileBrowser
{
return Path;
}
int getMenuRet() { return menu_ret; }
// size_t CurlWriteToString(void *ptr, size_t size, size_t nmemb, void *data);
private: