mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
weather-setup: rename showSelectWeatherLocation() => selectLocation()
Origin commit data
------------------
Commit: caa3711a48
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-01-22 (Sat, 22 Jan 2022)
Origin message was:
------------------
- weather-setup: rename showSelectWeatherLocation() => selectLocation()
This commit is contained in:
@@ -61,7 +61,7 @@ int CWeatherSetup::exec(CMenuTarget *parent, const std::string &actionKey)
|
||||
|
||||
if (actionKey == "select_location")
|
||||
{
|
||||
return showSelectWeatherLocation();
|
||||
return selectLocation();
|
||||
}
|
||||
else if (actionKey == "find_location")
|
||||
{
|
||||
@@ -104,7 +104,7 @@ int CWeatherSetup::showWeatherSetup()
|
||||
return res;
|
||||
}
|
||||
|
||||
int CWeatherSetup::showSelectWeatherLocation()
|
||||
int CWeatherSetup::selectLocation()
|
||||
{
|
||||
int select = 0;
|
||||
int res = 0;
|
||||
|
Reference in New Issue
Block a user