mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CPluginList: Supplement to commit cf43a6f
(RC_setup for exit all menus)
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