mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
gui/filebrowser.cpp: save return status to check if all gui must be closed
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user