Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : weather

Dir     : e_modules/weather


Modified Files:
        e_mod_main.c 


Log Message:
Changed the default ICAO code to be somewhere more reasonable as per KainX
request.

===================================================================
RCS file: /cvs/e/e_modules/weather/e_mod_main.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_mod_main.c        29 Mar 2006 00:00:52 -0000      1.15
+++ e_mod_main.c        29 Mar 2006 23:36:24 -0000      1.16
@@ -183,7 +183,7 @@
             wf->conf->degrees = DEGREES_C;
             wf->conf->con = con->num;
             wf->conf->host = evas_stringshare_add("www.rssweather.com");
-            wf->conf->code = evas_stringshare_add("ENKR");
+            wf->conf->code = evas_stringshare_add("KJFK");
             E_CONFIG_LIMIT(wf->conf->poll_time, 900.0, 3600.0);
             
             w->conf->faces = evas_list_append(w->conf->faces, wf->conf);




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to