Enlightenment CVS committal Author : morlenxus Project : e_modules Module : net
Dir : e_modules/net/src Modified Files: e_mod_main.c Log Message: Load app and show_text values on module load. =================================================================== RCS file: /cvs/e/e_modules/net/src/e_mod_main.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_mod_main.c 14 Feb 2007 09:29:38 -0000 1.4 +++ e_mod_main.c 15 Feb 2007 22:12:02 -0000 1.5 @@ -18,7 +18,9 @@ item_edd = E_CONFIG_DD_NEW("Config_Item", Config_Item); E_CONFIG_VAL(item_edd, Config_Item, id, STR); E_CONFIG_VAL(item_edd, Config_Item, device, STR); + E_CONFIG_VAL(item_edd, Config_Item, app, STR); E_CONFIG_VAL(item_edd, Config_Item, limit, INT); + E_CONFIG_VAL(item_edd, Config_Item, show_text, INT); conf_edd = E_CONFIG_DD_NEW("Config", Config); E_CONFIG_LIST(conf_edd, Config, items, item_edd); ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs