Enlightenment CVS committal Author : devilhorns Project : e_modules Module : tclock
Dir : e_modules/tclock Modified Files: e_mod_main.c Log Message: Minor fix for not honoring resolution on restart. Use proper id. Users will need to remove their module.tclock.cfg =================================================================== RCS file: /cvs/e/e_modules/tclock/e_mod_main.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -3 -r1.25 -r1.26 --- e_mod_main.c 21 May 2006 10:49:33 -0000 1.25 +++ e_mod_main.c 21 May 2006 14:45:49 -0000 1.26 @@ -50,8 +50,8 @@ inst = E_NEW(Instance, 1); - ci = _tclock_config_item_get(gc->id); - if (!ci->id) ci->id = evas_stringshare_add(gc->id); + ci = _tclock_config_item_get(id); + if (!ci->id) ci->id = evas_stringshare_add(id); o = edje_object_add(gc->evas); snprintf(buf, sizeof(buf), "%s/tclock.edj", e_module_dir_get(tclock_config->module)); ------------------------------------------------------- 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