mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
Fix selected TP in the list
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1119 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1b16aad244
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-02-08 (Tue, 08 Feb 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -485,11 +485,10 @@ int CTPSelectHandler::exec(CMenuTarget* parent, const std::string &/*actionkey*/
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//menu->addItem(new CMenuForwarderNonLocalized(buf, true, NULL, selector, cnt), old_selected == i);
|
|
||||||
|
|
||||||
CMenuForwarderNonLocalized * ts_item = new CMenuForwarderNonLocalized(buf, true, NULL, selector, cnt, CRCInput::RC_nokey, NULL)/*, false*/;
|
CMenuForwarderNonLocalized * ts_item = new CMenuForwarderNonLocalized(buf, true, NULL, selector, cnt, CRCInput::RC_nokey, NULL)/*, false*/;
|
||||||
|
|
||||||
ts_item->setItemButton(NEUTRINO_ICON_BUTTON_OKAY, true);
|
ts_item->setItemButton(NEUTRINO_ICON_BUTTON_OKAY, true);
|
||||||
menu->addItem(ts_item);
|
menu->addItem(ts_item, old_selected == i);
|
||||||
|
|
||||||
tmplist.insert(std::pair <int, transponder>(i, tI->second));
|
tmplist.insert(std::pair <int, transponder>(i, tI->second));
|
||||||
i++;
|
i++;
|
||||||
|
Reference in New Issue
Block a user