Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_colorpicker.c 


Log Message:
- fix warning

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_colorpicker.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- ewl_colorpicker.c   30 Sep 2006 01:21:25 -0000      1.31
+++ ewl_colorpicker.c   30 Sep 2006 22:00:48 -0000      1.32
@@ -743,7 +743,7 @@
 ewl_colorpicker_cb_dnd_data(Ewl_Widget *w, void *ev,
                                void *data __UNUSED__)
 {
-       int i;
+       unsigned int i;
        unsigned int curcolors[4];
        Ewl_Colorpicker *cp = EWL_COLORPICKER(w);
        Ewl_Event_Dnd_Data *event = ev;



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