Enlightenment CVS committal Author : devilhorns Project : e_modules Module : monitor
Dir : e_modules/monitor Modified Files: e_mod_main.c Log Message: Fix Config Functions to check for current container. Thanks HandyAndE :) =================================================================== RCS file: /cvsroot/enlightenment/e_modules/monitor/e_mod_main.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- e_mod_main.c 28 Dec 2005 16:51:31 -0000 1.6 +++ e_mod_main.c 30 Dec 2005 13:18:11 -0000 1.7 @@ -114,7 +114,7 @@ Monitor_Face *f; f = l->data; - if (f->mon == mon) + if (f->con == e_container_current_get(e_manager_current_get())) { _config_monitor_module(f->con, f); break; ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs