Enlightenment CVS committal Author : devilhorns Project : e_modules Module : tclock
Dir : e_modules/tclock Modified Files: e_mod_main.c Log Message: Fix Config Functions to check for current container. Thanks HandyAndE :) =================================================================== RCS file: /cvsroot/enlightenment/e_modules/tclock/e_mod_main.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_mod_main.c 24 Dec 2005 20:30:36 -0000 1.4 +++ e_mod_main.c 30 Dec 2005 13:13:38 -0000 1.5 @@ -90,7 +90,7 @@ for (l = t->faces; l; l = l->next) { tf = l->data; - if (tf->tclock == t) + if (tf->con == e_container_current_get(e_manager_current_get())) { /* Configure Clock */ _config_tclock_module(tf->con, tf); ------------------------------------------------------- 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