Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_border_prop.c Log Message: formatting todo etc. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_border_prop.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- e_int_border_prop.c 16 Jun 2006 04:16:13 -0000 1.2 +++ e_int_border_prop.c 16 Jun 2006 06:05:41 -0000 1.3 @@ -46,7 +46,6 @@ int urgent; int delete_request; int request_pos; - } icccm; }; @@ -59,20 +58,20 @@ v = E_NEW(E_Config_Dialog_View, 1); if (v) - { - /* methods */ - v->create_cfdata = _create_data; - v->free_cfdata = _free_data; - v->basic.apply_cfdata = NULL; - v->basic.create_widgets = _basic_create_widgets; - v->advanced.apply_cfdata = NULL; - v->advanced.create_widgets = NULL; - v->override_auto_apply = 1; - - /* create config dialog for bd object/data */ - cfd = e_config_dialog_new(bd->zone->container, - _("Window Properties"), NULL, 0, v, bd); - } + { + /* methods */ + v->create_cfdata = _create_data; + v->free_cfdata = _free_data; + v->basic.apply_cfdata = NULL; + v->basic.create_widgets = _basic_create_widgets; + v->advanced.apply_cfdata = NULL; + v->advanced.create_widgets = NULL; + v->override_auto_apply = 1; + + /* create config dialog for bd object/data */ + cfd = e_config_dialog_new(bd->zone->container, + _("Window Properties"), NULL, 0, v, bd); + } } /**--CREATE--**/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs