Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_list.c 


Log Message:
- api break. covert ewl_list over to the ewl_mvc selection code
- make the ewl_mvc selection code remove selected indices if the widget is
  deleted/hidden.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_list.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_list.c  24 Sep 2006 20:26:50 -0000      1.5
+++ ewl_list.c  3 Oct 2006 05:52:02 -0000       1.6
@@ -198,9 +198,8 @@
        list = EWL_LIST(w);
        el = ewl_mvc_data_get(EWL_MVC(list));
 
-       ecore_list_goto_index(el, ewl_list_selected_index_get(list));
+       ecore_list_goto_index(el, ewl_mvc_selected_get(EWL_MVC(list)));
        printf("Selected (%s)\n", (char *)ecore_list_current(el));
-
 }
 
 



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