Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/tools/ewl_config Modified Files: ewl_config.c Log Message: - API Break. Change ewl_border_text_set/get -> ewl_border_label_set/get =================================================================== RCS file: /cvs/e/e17/libs/ewl/tools/ewl_config/ewl_config.c,v retrieving revision 1.39 retrieving revision 1.40 diff -u -3 -r1.39 -r1.40 --- ewl_config.c 30 Nov 2006 19:52:04 -0000 1.39 +++ ewl_config.c 6 Dec 2006 16:05:12 -0000 1.40 @@ -327,7 +327,7 @@ ewl_widget_show(box); o2 = ewl_border_new(); - ewl_border_text_set(EWL_BORDER(o2), "EWL Theme"); + ewl_border_label_set(EWL_BORDER(o2), "EWL Theme"); ewl_container_child_append(EWL_CONTAINER(box), o2); ewl_widget_show(o2); @@ -375,7 +375,7 @@ ewl_mvc_dirty_set(EWL_MVC(o), TRUE); o2 = ewl_border_new(); - ewl_border_text_set(EWL_BORDER(o2), "Icon Theme"); + ewl_border_label_set(EWL_BORDER(o2), "Icon Theme"); ewl_container_child_append(EWL_CONTAINER(box), o2); ewl_widget_show(o2); ------------------------------------------------------------------------- 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