Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_border_remember.c Log Message: No Need to _fill_data twice. _create_data already fills it. Little Formatting =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_border_remember.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- e_int_border_remember.c 22 Jan 2006 18:14:51 -0000 1.7 +++ e_int_border_remember.c 14 Feb 2006 09:42:23 -0000 1.8 @@ -139,9 +139,6 @@ static int _check_matches(E_Border *bd, int matchflags) { - - - Evas_List *l; int n = 0; char *title; @@ -418,7 +415,6 @@ Evas_Object *o, *ob; E_Radio_Group *rg; - _fill_data(cfdata); o = e_widget_list_add(evas, 0, 0); rg = e_widget_radio_group_new(&(cfdata->mode)); ob = e_widget_radio_add(evas, _("Nothing"), MODE_NOTHING, rg); @@ -440,7 +436,6 @@ /* generate the core widget layout for an advanced dialog */ Evas_Object *o, *ob, *of; - _fill_data(cfdata); o = e_widget_list_add(evas, 0, 0); of = e_widget_framelist_add(evas, _("Remember using"), 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