Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/itray 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/e17/apps/e/src/modules/itray/e_mod_config.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_mod_config.c 1 Feb 2006 09:36:56 -0000 1.4 +++ e_mod_config.c 13 Feb 2006 15:46:18 -0000 1.5 @@ -80,10 +80,6 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, CFData *cfdata) { Evas_Object *o, *ob, *of; - ITray *ib; - - ib = cfd->data; - _fill_data(ib, cfdata); o = e_widget_list_add(evas, 0, 0); @@ -115,10 +111,6 @@ _advanced_create_widgets(E_Config_Dialog *cfd, Evas *evas, CFData *cfdata) { Evas_Object *o, *of, *ob; - ITray *ib; - - ib = cfd->data; - _fill_data(ib, cfdata); o = e_widget_list_add(evas, 0, 0); @@ -143,9 +135,7 @@ ib = cfd->data; e_border_button_bindings_ungrab_all(); if (cfdata->rowsize != ib->conf->rowsize) - { - ib->conf->rowsize = cfdata->rowsize; - } + ib->conf->rowsize = cfdata->rowsize; if (cfdata->allow_overlap && !ib->conf->allow_overlap) ib->conf->allow_overlap = 1; else if (!cfdata->allow_overlap && ib->conf->allow_overlap) ------------------------------------------------------- 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