[Pkg-e-commits] [SCM] Enlightenment 17 branch, upstream-vcs, updated. 3eef8cab2cb6f039b529ffc89deb21a0dcab03df
devilhorns
devilhorns at alioth.debian.org
Sat May 24 15:07:19 UTC 2008
The following commit has been merged in the upstream-vcs branch:
commit 2bf147dace464315c948286aec9b52c759f12722
Author: devilhorns <devilhorns>
Date: Wed May 7 04:01:51 2008 +0000
Fix window remember ordering in the config panel.
diff --git a/src/modules/conf_window_remembers/e_mod_main.c b/src/modules/conf_window_remembers/e_mod_main.c
index 9f0c8cb..9cebc41 100644
--- a/src/modules/conf_window_remembers/e_mod_main.c
+++ b/src/modules/conf_window_remembers/e_mod_main.c
@@ -13,7 +13,7 @@ e_modapi_init(E_Module *m)
{
e_configure_registry_category_add("windows", 50, _("Windows"), NULL,
"enlightenment/windows");
- e_configure_registry_item_add("windows/window_remembers", 20,
+ e_configure_registry_item_add("windows/window_remembers", 40,
_("Window Remembers"), NULL,
"enlightenment/window_remembers",
e_int_config_remembers);
--
Enlightenment 17
More information about the Pkg-e-commits
mailing list