mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-11 07:31:03 +02:00
cam_menu: actually activate the new code of rev 936
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@939 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -163,8 +163,8 @@ int CCAMMenuHandler::doMainMenu()
|
|||||||
#if 0 // FIXME not implemented yet
|
#if 0 // FIXME not implemented yet
|
||||||
snprintf(tmp, sizeof(tmp), "ca_sc_reset%d", i);
|
snprintf(tmp, sizeof(tmp), "ca_sc_reset%d", i);
|
||||||
cammenu->addItem(new CMenuForwarder(LOCALE_SC_RESET, true, NULL, this, tmp));
|
cammenu->addItem(new CMenuForwarder(LOCALE_SC_RESET, true, NULL, this, tmp));
|
||||||
memset(name1,0,sizeof(name1));
|
|
||||||
#endif
|
#endif
|
||||||
|
memset(name1,0,sizeof(name1));
|
||||||
} else {
|
} else {
|
||||||
snprintf(str1, sizeof(str1), "%s %d", g_Locale->getText(LOCALE_SC_EMPTY), i);
|
snprintf(str1, sizeof(str1), "%s %d", g_Locale->getText(LOCALE_SC_EMPTY), i);
|
||||||
tempMenu = new CMenuWidget(str1, NEUTRINO_ICON_SETTINGS);
|
tempMenu = new CMenuWidget(str1, NEUTRINO_ICON_SETTINGS);
|
||||||
|
Reference in New Issue
Block a user