From 2516ef9c59e0abd203afffec777d3e76d5ea04e8 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 1 Feb 2016 20:19:56 +0300 Subject: weather: fix some typos and remove some dead code --- mateweather/mateweather-applet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mateweather/mateweather-applet.c') diff --git a/mateweather/mateweather-applet.c b/mateweather/mateweather-applet.c index a3fdfd73..bf737800 100644 --- a/mateweather/mateweather-applet.c +++ b/mateweather/mateweather-applet.c @@ -405,7 +405,7 @@ gint timeout_cb (gpointer data) MateWeatherApplet *gw_applet = (MateWeatherApplet *)data; mateweather_update(gw_applet); - return 0; /* Do not repeat timeout (will be re-set by mateweather_update) */ + return 0; /* Do not repeat timeout (will be reset by mateweather_update) */ } static void @@ -517,7 +517,7 @@ gint suncalc_timeout_cb (gpointer data) { WeatherInfo *info = ((MateWeatherApplet *)data)->mateweather_info; update_finish(info, data); - return 0; /* Do not repeat timeout (will be re-set by update_finish) */ + return 0; /* Do not repeat timeout (will be reset by update_finish) */ } -- cgit v1.2.1