Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_combo.c 


Log Message:
- we need to pass the data to the header fetch function not the model

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_combo.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- ewl_combo.c 16 Mar 2007 01:10:27 -0000      1.48
+++ ewl_combo.c 16 Mar 2007 23:18:50 -0000      1.49
@@ -254,7 +254,7 @@
                view->assign(item, model->fetch(mvc_data, idx->row, 0));
        }
        else if (view->header_fetch) 
-               item = view->header_fetch(ewl_mvc_model_get(mvc), -1);
+               item = view->header_fetch(ewl_mvc_data_get(mvc), -1);
 
        if (item)
        {



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