Enlightenment CVS committal Author : devilhorns Project : e_modules Module : weather
Dir : e_modules/weather Modified Files: e_mod_main.c Log Message: Remove instance id, we don't need it. =================================================================== RCS file: /cvs/e/e_modules/weather/e_mod_main.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -3 -r1.24 -r1.25 --- e_mod_main.c 20 May 2006 10:11:47 -0000 1.24 +++ e_mod_main.c 21 May 2006 15:34:51 -0000 1.25 @@ -33,7 +33,6 @@ Evas_Object *weather_obj; Weather *weather; Ecore_Timer *check_timer; - const char *id; char *buffer, *location; int bufsize, cursize; int temp, loc_set; @@ -76,7 +75,6 @@ inst = E_NEW(Instance, 1); ci = _weather_config_item_get(id); - inst->id = evas_stringshare_add(ci->id); w = _weather_new(gc->evas); w->inst = inst; @@ -119,7 +117,6 @@ Instance *inst; inst = gcc->data; - evas_stringshare_del(inst->id); if (inst->check_timer) ecore_timer_del(inst->check_timer); ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs