Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_border_locks.c Log Message: No Need to _fill_data twice. _create_data already fills it =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_border_locks.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- e_int_border_locks.c 22 Jan 2006 18:14:51 -0000 1.9 +++ e_int_border_locks.c 14 Feb 2006 09:39:26 -0000 1.10 @@ -289,7 +289,6 @@ /* generate the core widget layout for a basic dialog */ Evas_Object *o, *ob, *of; - _fill_data(cfdata); o = e_widget_list_add(evas, 0, 0); of = e_widget_framelist_add(evas, _("Generic Locks"), 0); @@ -312,8 +311,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); ------------------------------------------------------- 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