From 2c09ba56ef4a938cfa53e84ec0ccf4916f8c8f04 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 31 Jan 2013 18:01:19 +0400 Subject: [PATCH] gui/scan_setup.cpp: fix old merge Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/72d53fa44d7169dceb4d0d87842d183af9196499 Author: [CST] Focus Date: 2013-01-31 (Thu, 31 Jan 2013) --- src/gui/scan_setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/scan_setup.cpp b/src/gui/scan_setup.cpp index 5889c49ea..8213c903d 100644 --- a/src/gui/scan_setup.cpp +++ b/src/gui/scan_setup.cpp @@ -1040,7 +1040,7 @@ void CScanSetup::addScanMenuTempSat(CMenuWidget *temp_sat, sat_config_t & satcon temp_sat->addItem(unilnb); } - mf = new CMenuDForwarder(LOCALE_SATSETUP_LOFL, true, lofL->getValue(), lofL); + CMenuForwarder * mf = new CMenuDForwarder(LOCALE_SATSETUP_LOFL, true, lofL->getValue(), lofL); mf->setHint("", LOCALE_MENU_HINT_SCAN_LOFL); temp_sat->addItem(mf); mf = new CMenuDForwarder(LOCALE_SATSETUP_LOFH, true, lofH->getValue(), lofH);