|
From: Enlightenment C. <no...@cv...> - 2007-02-22 08:50:59
|
Enlightenment CVS committal Author : morlenxus Project : e_modules Module : weather Dir : e_modules/weather Modified Files: e_mod_main.c Log Message: Immediately update the weather values if the code has been changed. =================================================================== RCS file: /cvs/e/e_modules/weather/e_mod_main.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -3 -r1.47 -r1.48 --- e_mod_main.c 22 Feb 2007 00:21:19 -0000 1.47 +++ e_mod_main.c 22 Feb 2007 14:50:52 -0000 1.48 @@ -713,6 +713,7 @@ snprintf (buf, sizeof (buf), "%d°%c", inst->temp, inst->degrees); edje_object_part_text_set (inst->weather->weather_obj, "temp", buf); + _weather_cb_check (inst); if (!inst->check_timer) inst->check_timer = ecore_timer_add ((double) ci->poll_time, _weather_cb_check, |