|
From: <enl...@li...> - 2006-02-14 09:39:32
|
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);
|