Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/freebox


Modified Files:
        ewl_freebox.c 


Log Message:
- API Break. Change ewl_border_text_set/get -> ewl_border_label_set/get

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/freebox/ewl_freebox.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_freebox.c       26 Oct 2006 16:11:54 -0000      1.2
+++ ewl_freebox.c       6 Dec 2006 16:05:11 -0000       1.3
@@ -62,7 +62,7 @@
                Ewl_Widget *border, *hbox, *fb, *pane, *o;
 
                border  = ewl_border_new();
-               ewl_border_text_set(EWL_BORDER(border),
+               ewl_border_label_set(EWL_BORDER(border),
                                (char *)fbtests[i].name);
                ewl_object_fill_policy_set(EWL_OBJECT(border), 
EWL_FLAG_FILL_FILL);
                ewl_container_child_append(EWL_CONTAINER(box), border);



-------------------------------------------------------------------------
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