Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_config_window_display.c Log Message: Fix long-standing issue with Window Display config dialog that has been driving me crazy. - Keep Window Geometry Info option in sync between Basic and Advanced. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_window_display.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- e_int_config_window_display.c 26 Feb 2006 19:56:27 -0000 1.13 +++ e_int_config_window_display.c 25 May 2006 16:14:10 -0000 1.14 @@ -99,11 +99,15 @@ { e_config->move_info_visible = 1; e_config->resize_info_visible = 1; + cfdata->move_info_visible = 1; + cfdata->resize_info_visible = 1; } else { e_config->move_info_visible = 0; e_config->resize_info_visible = 0; + cfdata->move_info_visible = 0; + cfdata->resize_info_visible = 0; } e_config->window_placement_policy = cfdata->window_placement_policy; e_config->border_shade_animate = cfdata->animate_shading; @@ -167,6 +171,17 @@ Evas_Object *o, *ob, *of; E_Radio_Group *rg; + if (cfdata->move_resize_info) + { + cfdata->move_info_visible = 1; + cfdata->resize_info_visible = 1; + } + else + { + cfdata->move_info_visible = 0; + cfdata->resize_info_visible = 0; + } + o = e_widget_list_add(evas, 0, 0); of = e_widget_framelist_add(evas, _("Window Move Geometry"), 0); ------------------------------------------------------- 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