[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:30 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit d182c97c77268858bcc6a7c7a0e22d987524e079
Author: pfritz <pfritz>
Date:   Mon May 12 12:58:04 2008 +0000

    use HFILL

diff --git a/tools/ewl_config/ewl_config.c b/tools/ewl_config/ewl_config.c
index 48c832f..e00864a 100644
--- a/tools/ewl_config/ewl_config.c
+++ b/tools/ewl_config/ewl_config.c
@@ -325,6 +325,7 @@ ec_theme_page_setup(Ewl_Notebook *n)
         ewl_widget_show(o3);
 
         o = ewl_list_new();
+        ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_HFILL);
         list = ecore_list_new();
         ewl_widget_name_set(o, EC_EWL_THEME);
         ewl_container_child_append(EWL_CONTAINER(o3), o);

-- 
Enlightenment DR17 toolkit based (based on the EFL)



More information about the Pkg-e-commits mailing list