Enlightenment CVS committal Author : devilhorns Project : e_modules Module : screenshot
Dir : e_modules/screenshot Modified Files: e_mod_config.c Log Message: Fix bug where changing a config value then selecting a different page (Basic/Advanced) would reset the value to it's original state. =================================================================== RCS file: /cvsroot/enlightenment/e_modules/screenshot/e_mod_config.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- e_mod_config.c 3 Feb 2006 01:15:11 -0000 1.18 +++ e_mod_config.c 13 Feb 2006 16:01:45 -0000 1.19 @@ -151,7 +151,6 @@ s = cfd->data; cfdata->screen = s; - _fill_data (cfdata); o = e_widget_list_add (evas, 0, 0); of = e_widget_framelist_add (evas, _("General Settings"), 0); @@ -271,7 +270,6 @@ s = cfd->data; cfdata->screen = s; - _fill_data (cfdata); o = e_widget_list_add (evas, 0, 0); of = e_widget_framelist_add (evas, _("General Settings"), 0); ------------------------------------------------------- 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