Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_combo.c 


Log Message:
- make the header work again

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_combo.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ewl_combo.c 10 Apr 2006 03:28:23 -0000      1.22
+++ ewl_combo.c 20 Apr 2006 14:24:15 -0000      1.23
@@ -118,7 +118,7 @@
                combo->view->assign(combo->selected, 
                                combo->model->fetch(combo->data, idx, 0));
        }
-       else if ((idx > -1) && combo->view && combo->view->header_fetch)
+       else if ((idx < 0) && combo->view && combo->view->header_fetch)
                combo->selected = combo->view->header_fetch(combo->data, 
                                                        combo->selected_idx);   
 




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to