mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
network-setup: use new marker icons
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5418b57303
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-04 (Thu, 04 Jan 2018)
Origin message was:
------------------
- network-setup: use new marker icons
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -837,7 +837,7 @@ int CNetworkSetup::showWlanList()
|
|||||||
|
|
||||||
const char * icon = NULL;
|
const char * icon = NULL;
|
||||||
if (networks[i].encrypted)
|
if (networks[i].encrypted)
|
||||||
icon = NEUTRINO_ICON_LOCK;
|
icon = NEUTRINO_ICON_MARKER_LOCK;
|
||||||
CMenuForwarder * net = new CMenuForwarder(networks[i].ssid.c_str(), true, option[i], selector, cnt, CRCInput::RC_nokey, NULL, icon);
|
CMenuForwarder * net = new CMenuForwarder(networks[i].ssid.c_str(), true, option[i], selector, cnt, CRCInput::RC_nokey, NULL, icon);
|
||||||
net->setItemButton(NEUTRINO_ICON_BUTTON_OKAY, true);
|
net->setItemButton(NEUTRINO_ICON_BUTTON_OKAY, true);
|
||||||
wlist.addItem(net, networks[i].ssid == network_ssid);
|
wlist.addItem(net, networks[i].ssid == network_ssid);
|
||||||
|
Reference in New Issue
Block a user