Enlightenment CVS committal Author : ningerso Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/text_editor Modified Files: ewl_text_editor.c Log Message: Add model data to selections to make selections easier to work with. Initial framework for tree based filelist, non-functional so far. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/text_editor/ewl_text_editor.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ewl_text_editor.c 12 Jan 2007 12:01:18 -0000 1.7 +++ ewl_text_editor.c 18 Jan 2007 10:24:59 -0000 1.8 @@ -138,7 +138,8 @@ ewl_mvc_model_set(EWL_MVC(o), model); ewl_mvc_view_set(EWL_MVC(o), view); ewl_mvc_data_set(EWL_MVC(o), styles); - ewl_mvc_selected_set(EWL_MVC(o), 0, 0); + ewl_mvc_selected_set(EWL_MVC(o), ewl_mvc_data_get(EWL_MVC(o)), + 0, 0); ewl_container_child_append(EWL_CONTAINER(hbox), o); ewl_callback_append(o, EWL_CALLBACK_VALUE_CHANGED, ete_cb_styles_changed, NULL); ------------------------------------------------------------------------- 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