aboutsummaryrefslogtreecommitdiff
path: root/xbmc/guilib/guiinfo/WeatherGUIInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/guilib/guiinfo/WeatherGUIInfo.cpp')
-rw-r--r--xbmc/guilib/guiinfo/WeatherGUIInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/guilib/guiinfo/WeatherGUIInfo.cpp b/xbmc/guilib/guiinfo/WeatherGUIInfo.cpp
index 0018d68e87..514e744ce6 100644
--- a/xbmc/guilib/guiinfo/WeatherGUIInfo.cpp
+++ b/xbmc/guilib/guiinfo/WeatherGUIInfo.cpp
@@ -53,7 +53,7 @@ bool CWeatherGUIInfo::GetLabel(std::string& value, const CFileItem *item, int co
URIUtils::RemoveExtension(value);
return true;
case WEATHER_PLUGIN:
- value = CServiceBroker::GetSettings().GetString(CSettings::SETTING_WEATHER_ADDON);
+ value = CServiceBroker::GetSettings()->GetString(CSettings::SETTING_WEATHER_ADDON);
return true;
}