Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/conf_wallpaper


Modified Files:
        e_mod_main.c 


Log Message:


add delayed module loading in idle time. moduels can register if they
should/can be delayed or not.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf_wallpaper/e_mod_main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_main.c        10 Jul 2007 00:13:22 -0000      1.4
+++ e_mod_main.c        29 Jul 2007 10:24:56 -0000      1.5
@@ -36,6 +36,7 @@
    e_configure_registry_category_add("internal", -1, _("Internal"), NULL, 
"enlightenment/internal");
    e_configure_registry_item_add("internal/wallpaper_desk", -1, 
_("Wallpaper"), NULL, "enlightenment/windows", e_int_config_wallpaper_desk);
    conf_module = m;
+   e_module_delayed_set(m, 1);
    return m;
 }
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to