[Pkg-e-commits] [SCM] Enlightenment DR17 toolkit based (based on the EFL) branch, upstream-vcs, updated. 447de88121d145a078f1754a0cfebb704d363821
pfritz
pfritz at alioth.debian.org
Sat Jun 7 18:34:16 UTC 2008
The following commit has been merged in the upstream-vcs branch:
commit 2011dcfb71274a8939bb1e1a818aa448d7eedd48
Author: pfritz <pfritz>
Date: Thu Apr 24 15:57:46 2008 +0000
we start to count with 0
diff --git a/src/bin/tests/tree/ewl_tree_test.c b/src/bin/tests/tree/ewl_tree_test.c
index 971307f..6c7f5ee 100644
--- a/src/bin/tests/tree/ewl_tree_test.c
+++ b/src/bin/tests/tree/ewl_tree_test.c
@@ -507,7 +507,7 @@ tree_cb_value_changed(Ewl_Widget *w, void *ev __UNUSED__,
idx = EWL_SELECTION_IDX(sel);
col = idx->column;
- if (col != 3)
+ if (col != 2)
val = sel->model->fetch(sel->data, idx->row, col);
else
{
--
Enlightenment DR17 toolkit based (based on the EFL)
More information about the Pkg-e-commits
mailing list