Hello,

I think conf_winlist better fits into section windows. All settings are
window specific.

The patch is applied. Any votes against moving it?

regards
Andreas
Index: e_mod_main.c
===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf_winlist/e_mod_main.c,v
retrieving revision 1.3
diff -u -u -r1.3 e_mod_main.c
--- e_mod_main.c	31 Oct 2007 12:23:13 -0000	1.3
+++ e_mod_main.c	29 Jan 2008 17:56:15 -0000
@@ -31,8 +31,8 @@
 EAPI void *
 e_modapi_init(E_Module *m)
 {
-   e_configure_registry_category_add("advanced", 80, _("Advanced"), NULL, "enlightenment/advanced");
-   e_configure_registry_item_add("advanced/window_list", 30, _("Window List"), NULL, "enlightenment/winlist", e_int_config_winlist);
+   e_configure_registry_category_add("windows", 80, _("Windows"), NULL, "enlightenment/windows");
+   e_configure_registry_item_add("windows/window_list", 30, _("Window List"), NULL, "enlightenment/winlist", e_int_config_winlist);
    conf_module = m;
    e_module_delayed_set(m, 1);
    return m;
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to