Enlightenment CVS committal Author : onefang Project : e_modules Module : emu
Dir : e_modules/emu/src/modules/emu Modified Files: border_props.c e_mod_config.c Log Message: Updated config dialog to match latest API. =================================================================== RCS file: /cvs/e/e_modules/emu/src/modules/emu/border_props.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- border_props.c 1 Jun 2006 17:16:42 -0000 1.5 +++ border_props.c 14 Aug 2006 21:02:29 -0000 1.6 @@ -49,7 +49,7 @@ v->advanced.create_widgets = _border_props_dialog_advanced_create_widgets; /* Create The Dialog */ - cfd = e_config_dialog_new(con, D_("Window properties"), NULL, 0, v, bd); + cfd = e_config_dialog_new(con, D_("Window properties"), "Emu", "_e_modules_emu_border_dialog", NULL, 0, v, bd); } } =================================================================== RCS file: /cvs/e/e_modules/emu/src/modules/emu/e_mod_config.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- e_mod_config.c 17 Jul 2006 22:46:13 -0000 1.10 +++ e_mod_config.c 14 Aug 2006 21:02:29 -0000 1.11 @@ -37,7 +37,7 @@ v->advanced.create_widgets = _advanced_create_widgets; /* Create The Dialog */ - cfd = e_config_dialog_new(con, D_("Emu Configuration"), NULL, 0, v, emu_face); + cfd = e_config_dialog_new(con, D_("Emu Configuration"), "Emu", "_e_modules_emu_config_dialog", NULL, 0, v, emu_face); emu_face->config_dialog = cfd; } ------------------------------------------------------------------------- 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