From c1436413fc2c41f201af367cacaa3cb84863ba41 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Wed, 25 May 2016 05:48:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B3=D1=83,=20=D1=82=D0=B0=D0=BA=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D0=B8=D0=B7=D0=B6=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/Weather/Weather.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/Weather/Weather.lua b/Applications/Weather/Weather.lua index 0d145b9a..492de7bf 100644 --- a/Applications/Weather/Weather.lua +++ b/Applications/Weather/Weather.lua @@ -19,7 +19,7 @@ local weather = {} local changeCityButton = {} local exitButton = {} -local pathToWeatherFile = "MineOS/System/OS/Weather/Forecast.cfg" +local pathToWeatherFile = "MineOS/System/Weather/Forecast.cfg" local pathToWallpaper = "MineOS/System/OS/Wallpaper.lnk" local pathsToWeatherTypes = { @@ -266,7 +266,7 @@ local function tryToGetAndDrawWeather() --Сейвим погодку saveWeatherData() else - ecs.error(jsonWeatherResponse) + buffer.error(jsonWeatherResponse) end end