[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:10 UTC 2008
The following commit has been merged in the upstream-vcs branch:
commit d1841f8f8afaab46ebd98a0cdf4776ea1b5d0e2f
Author: pfritz <pfritz>
Date: Sun Apr 20 15:28:09 2008 +0000
const
diff --git a/src/bin/tests/tree/ewl_tree_test.c b/src/bin/tests/tree/ewl_tree_test.c
index 4ffe93b..971307f 100644
--- a/src/bin/tests/tree/ewl_tree_test.c
+++ b/src/bin/tests/tree/ewl_tree_test.c
@@ -460,7 +460,7 @@ static void
ewl_tree_cb_plain_view(Ewl_Widget *w, void *ev __UNUSED__, void *data)
{
Ewl_Tree *tree;
- Ewl_View *view;
+ const Ewl_View *view;
tree = data;
if (ewl_checkbutton_is_checked(EWL_CHECKBUTTON(w)))
--
Enlightenment DR17 toolkit based (based on the EFL)
More information about the Pkg-e-commits
mailing list