Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_border_prop.c 


Log Message:
The E_Config_Dialog_View structure defaults the func calls to NULL so these
are not needed here.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_border_prop.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_int_border_prop.c 21 Oct 2006 02:32:13 -0000      1.6
+++ e_int_border_prop.c 26 Nov 2006 18:08:38 -0000      1.7
@@ -62,10 +62,7 @@
        /* methods */
        v->create_cfdata           = _create_data;
        v->free_cfdata             = _free_data;
-       v->basic.apply_cfdata      = NULL;
        v->basic.create_widgets    = _basic_create_widgets;
-       v->advanced.apply_cfdata   = NULL;
-       v->advanced.create_widgets = NULL;
        v->override_auto_apply = 1;
        
        /* create config dialog for bd object/data */



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to