Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_list.c 


Log Message:
- set the column to 0 instead of -1. Most of the selection stuff is unsigned
  int. (Plus, there is always one column/row used)

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_list.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- ewl_list.c  29 Jun 2007 14:48:57 -0000      1.23
+++ ewl_list.c  19 Aug 2007 05:03:01 -0000      1.24
@@ -176,7 +176,7 @@
        }
 
        ewl_mvc_handle_click(EWL_MVC(data), NULL,
-                       ewl_mvc_data_get(EWL_MVC(data)), row, -1);
+                       ewl_mvc_data_get(EWL_MVC(data)), row, 0);
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to