Enlightenment CVS committal Author : devilhorns Project : e_modules Module : tclock
Dir : e_modules/tclock Modified Files: e_mod_main.c Log Message: Minor bug fix: be sure to set config item id. =================================================================== RCS file: /cvs/e/e_modules/tclock/e_mod_main.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- e_mod_main.c 18 May 2006 11:18:23 -0000 1.19 +++ e_mod_main.c 18 May 2006 12:01:43 -0000 1.20 @@ -52,7 +52,7 @@ inst = E_NEW(Instance, 1); ci = _tclock_config_item_get(gc->id); - if (!ci->id) evas_stringshare_add(gc->id); + if (!ci->id) ci->id = evas_stringshare_add(gc->id); inst->id = evas_stringshare_add(ci->id); o = edje_object_add(gc->evas); ------------------------------------------------------- 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