Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_config_background.c e_int_config_theme.c e_int_config_display.c e_int_config_modules.c Log Message: Disable Auto-Apply for these dialogs. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_config_background.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -3 -r1.38 -r1.39 --- e_int_config_background.c 4 Feb 2006 20:04:20 -0000 1.38 +++ e_int_config_background.c 15 Feb 2006 20:30:59 -0000 1.39 @@ -52,7 +52,7 @@ v->advanced.apply_cfdata = _advanced_apply_data; v->advanced.create_widgets = _advanced_create_widgets; v->close_cfdata = _bg_dialog_close; - + v->override_auto_apply = 1; cfd = e_config_dialog_new(con, _("Background Settings"), NULL, 0, v, NULL); return cfd; } =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_config_theme.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- e_int_config_theme.c 4 Feb 2006 20:05:26 -0000 1.15 +++ e_int_config_theme.c 15 Feb 2006 20:30:59 -0000 1.16 @@ -18,7 +18,6 @@ char *theme; char *current_theme; /*- ADVANCED -*/ - }; struct _E_Cfg_Theme_Data @@ -42,6 +41,8 @@ v->free_cfdata = _free_data; v->basic.apply_cfdata = _basic_apply_data; v->basic.create_widgets = _basic_create_widgets; + v->override_auto_apply = 1; + /* create config diaolg for NULL object/data */ cfd = e_config_dialog_new(con, _("Theme Selector"), NULL, 0, v, NULL); return cfd; =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_config_display.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e_int_config_display.c 3 Feb 2006 21:58:28 -0000 1.1 +++ e_int_config_display.c 15 Feb 2006 20:30:59 -0000 1.2 @@ -43,6 +43,7 @@ v->free_cfdata = _free_data; v->basic.apply_cfdata = _basic_apply_data; v->basic.create_widgets = _basic_create_widgets; + v->override_auto_apply = 1; cfd = e_config_dialog_new(con, _("Display Settings"), NULL, 0, v, NULL); e_dialog_resizable_set(cfd->dia, 1); =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_config_modules.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -3 -r1.23 -r1.24 --- e_int_config_modules.c 15 Feb 2006 15:47:51 -0000 1.23 +++ e_int_config_modules.c 15 Feb 2006 20:30:59 -0000 1.24 @@ -62,7 +62,8 @@ v->free_cfdata = _free_data; v->basic.create_widgets = _basic_create_widgets; /* v->basic.apply_cfdata = _basic_apply_data; */ - + v->override_auto_apply = 1; + cfd = e_config_dialog_new(con, _("Module Settings"), NULL, 0, v, NULL); return cfd; } ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs