mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
src/gui/cam_menu.cpp: use enableSaveScreen
Origin commit data
------------------
Branch: ni/coolstream
Commit: 05df699bc8
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-03 (Fri, 03 May 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -315,6 +315,7 @@ int CCAMMenuHandler::handleCamMsg (const neutrino_msg_t msg, neutrino_msg_data_t
|
|||||||
int selected = -1;
|
int selected = -1;
|
||||||
if(pMenu->choice_nb) {
|
if(pMenu->choice_nb) {
|
||||||
CMenuWidget* menu = new CMenuWidget(convertDVBUTF8(pMenu->title, strlen(pMenu->title), 0).c_str(), NEUTRINO_ICON_SETTINGS);
|
CMenuWidget* menu = new CMenuWidget(convertDVBUTF8(pMenu->title, strlen(pMenu->title), 0).c_str(), NEUTRINO_ICON_SETTINGS);
|
||||||
|
menu->enableSaveScreen(true);
|
||||||
|
|
||||||
CMenuSelectorTarget * selector = new CMenuSelectorTarget(&selected);
|
CMenuSelectorTarget * selector = new CMenuSelectorTarget(&selected);
|
||||||
int slen = strlen(pMenu->subtitle);
|
int slen = strlen(pMenu->subtitle);
|
||||||
|
Reference in New Issue
Block a user