Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_combo.h 


Log Message:
- this can be negative

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_combo.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_combo.h 13 Mar 2006 00:19:27 -0000      1.10
+++ ewl_combo.h 13 Mar 2006 00:26:11 -0000      1.11
@@ -39,7 +39,7 @@
 
        Ewl_Widget *button; /**< expand/contract button */
        Ewl_Widget *selected; /**< Selected widget */
-       unsigned int selected_idx; /**< The selected row */
+       int selected_idx; /**< The selected row */
 
        Ewl_Model *model; /**< The model for the combo */
        Ewl_View *view;   /**< The view for the combo */




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to