[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:33:51 UTC 2008
The following commit has been merged in the upstream-vcs branch:
commit 056a9e0d4aa83e94fb56e197ad9e62bba4136c5c
Author: pfritz <pfritz>
Date: Tue Apr 15 22:30:11 2008 +0000
oops, don't make the sort arrow internal, since internal widgets aren't removed
by a ewl_container_reset()
diff --git a/src/lib/ewl_tree.c b/src/lib/ewl_tree.c
index c44284e..c7cbf7a 100644
--- a/src/lib/ewl_tree.c
+++ b/src/lib/ewl_tree.c
@@ -662,7 +662,6 @@ ewl_tree_header_build(Ewl_Tree *tree, Ewl_Container *box, Ewl_Model *model,
state_str = "default";
ewl_widget_state_set(c, state_str, EWL_STATE_PERSISTENT);
- ewl_widget_internal_set(c, TRUE);
ewl_object_fill_policy_set(EWL_OBJECT(c), EWL_FLAG_FILL_SHRINK);
ewl_object_alignment_set(EWL_OBJECT(c), EWL_FLAG_ALIGN_RIGHT);
ewl_widget_show(c);
--
Enlightenment DR17 toolkit based (based on the EFL)
More information about the Pkg-e-commits
mailing list