From d5446b7c0bb3310916bc159205876b94a7f1a45f Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Thu, 9 Dec 2010 18:45:50 +0000 Subject: [PATCH] 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 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/7ff73d6bd9f730c0da4ed4ffa415361ccfcc2026 Author: Stefan Seyfried Date: 2010-12-09 (Thu, 09 Dec 2010) ------------------ This commit was generated by Migit --- src/gui/cam_menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/cam_menu.cpp b/src/gui/cam_menu.cpp index 4957c3c84..dd8a49f6c 100644 --- a/src/gui/cam_menu.cpp +++ b/src/gui/cam_menu.cpp @@ -163,8 +163,8 @@ int CCAMMenuHandler::doMainMenu() #if 0 // FIXME not implemented yet snprintf(tmp, sizeof(tmp), "ca_sc_reset%d", i); cammenu->addItem(new CMenuForwarder(LOCALE_SC_RESET, true, NULL, this, tmp)); - memset(name1,0,sizeof(name1)); #endif + memset(name1,0,sizeof(name1)); } else { snprintf(str1, sizeof(str1), "%s %d", g_Locale->getText(LOCALE_SC_EMPTY), i); tempMenu = new CMenuWidget(str1, NEUTRINO_ICON_SETTINGS);