Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/tools/ewl_config Modified Files: ewl_config.c Log Message: - start consolidating mvc selection code into ewl_mvc. - ewl_combo converted over to start =================================================================== RCS file: /cvs/e/e17/libs/ewl/tools/ewl_config/ewl_config.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -3 -r1.33 -r1.34 --- ewl_config.c 2 Oct 2006 18:20:59 -0000 1.33 +++ ewl_config.c 3 Oct 2006 05:17:13 -0000 1.34 @@ -417,7 +417,7 @@ ewl_mvc_view_set(EWL_MVC(o), ewl_label_view_get()); ewl_mvc_data_set(EWL_MVC(o), list); ewl_table_add(EWL_TABLE(box), o, 1, 1, 1, 1); - ewl_combo_selected_set(EWL_COMBO(o), sel); + ewl_mvc_selected_set(EWL_MVC(o), sel); ewl_widget_show(o); } @@ -674,7 +674,7 @@ break; sel ++; } - ewl_combo_selected_set(EWL_COMBO(o), sel); + ewl_mvc_selected_set(EWL_MVC(o), sel); for (sel = 0; strings[sel].name != NULL; sel++) { @@ -767,7 +767,7 @@ o = ewl_widget_name_find(EC_ICON_SIZE); list = ewl_mvc_data_get(EWL_MVC(o)); - i = ewl_combo_selected_get(EWL_COMBO(o)); + i = ewl_mvc_selected_get(EWL_MVC(o)); ecore_list_goto_index(list, i); val = ecore_list_current(list); ------------------------------------------------------------------------- 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