Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_config_cfgdialogs.c Log Message: Disable Advanced in Configuration Dialogs config dialog as Auto-Apply is currently disabled. Re-enable if/when auto-apply goes back in. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_cfgdialogs.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- e_int_config_cfgdialogs.c 24 May 2006 02:49:07 -0000 1.3 +++ e_int_config_cfgdialogs.c 25 May 2006 16:30:43 -0000 1.4 @@ -27,8 +27,8 @@ v->free_cfdata = _free_data; v->basic.apply_cfdata = _basic_apply_data; v->basic.create_widgets = _basic_create_widgets; - v->advanced.apply_cfdata = _advanced_apply_data; - v->advanced.create_widgets = _advanced_create_widgets; + v->advanced.apply_cfdata = NULL; + v->advanced.create_widgets = NULL; v->override_auto_apply = 1; cfd = e_config_dialog_new(con, _("Config Dialog Settings"), NULL, 0, v, NULL); ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs