Enlightenment CVS committal Author : onefang Project : e_modules Module : moon
Dir : e_modules/moon/src Modified Files: e_mod_config.c e_mod_main.c Log Message: .desktopification. I'm over the moon, but not in a good way. =================================================================== RCS file: /cvs/e/e_modules/moon/src/e_mod_config.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_mod_config.c 14 Aug 2006 21:10:33 -0000 1.4 +++ e_mod_config.c 17 Sep 2006 15:12:59 -0000 1.5 @@ -97,7 +97,7 @@ v->advanced.create_widgets = NULL; con = e_container_current_get(e_manager_current_get()); - snprintf(buf, sizeof(buf), "%s/module.eap", e_module_dir_get(module)); + snprintf(buf, sizeof(buf), "%s/module.edj", e_module_dir_get(module)); cfd = e_config_dialog_new(con, D_("Moon Configuration"), "Moon", "_e_modules_moon_config_dialog", buf, 0, v, o); moon_config->config_dialog = cfd; } =================================================================== RCS file: /cvs/e/e_modules/moon/src/e_mod_main.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- e_mod_main.c 26 Aug 2006 01:26:34 -0000 1.7 +++ e_mod_main.c 17 Sep 2006 15:12:59 -0000 1.8 @@ -224,7 +224,7 @@ char buf[4096]; o = edje_object_add(evas); - snprintf(buf, sizeof(buf), "%s/module.eap", e_module_dir_get(_module)); + snprintf(buf, sizeof(buf), "%s/module.edj", e_module_dir_get(_module)); edje_object_file_set(o, buf, "icon"); return o; } ------------------------------------------------------------------------- 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