mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
CPluginList: Supplement to commit 8c6b3b1
(RC_setup for exit all menus)
Origin commit data
------------------
Branch: ni/coolstream
Commit: c0245159f4
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-03 (Mon, 03 Mar 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -116,11 +116,11 @@ int CPluginList::exec(CMenuTarget* parent, const std::string &actionKey)
|
|||||||
m.addItem(f);
|
m.addItem(f);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
m.exec(NULL, "");
|
int res = m.exec(NULL, "");
|
||||||
m.hide();
|
m.hide();
|
||||||
selected = m.getSelected();
|
selected = m.getSelected();
|
||||||
|
|
||||||
return menu_return::RETURN_REPAINT;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
CPluginChooser::CPluginChooser(const neutrino_locale_t Name, const uint32_t listtype, std::string &selectedFile) : CPluginList(Name, listtype)
|
CPluginChooser::CPluginChooser(const neutrino_locale_t Name, const uint32_t listtype, std::string &selectedFile) : CPluginList(Name, listtype)
|
||||||
|
Reference in New Issue
Block a user