[Fedora-directory-commits] esc/src/app/xul/esc/chrome/content/esc ESC.js, 1.10, 1.11

Jack Magne (jmagne) fedora-directory-commits at redhat.com
Sat Mar 3 02:46:38 UTC 2007


Author: jmagne

Update of /cvs/dirsec/esc/src/app/xul/esc/chrome/content/esc
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17567

Modified Files:
	ESC.js 
Log Message:
Fixed issue where the enrolled icon was showing up even with no keys.



Index: ESC.js
===================================================================
RCS file: /cvs/dirsec/esc/src/app/xul/esc/chrome/content/esc/ESC.js,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ESC.js	1 Mar 2007 22:55:03 -0000	1.10
+++ ESC.js	3 Mar 2007 02:46:36 -0000	1.11
@@ -2103,7 +2103,7 @@
 
     //hack for CAC cards that now have no CUID reported
 
-    if(!isCool)
+    if(!isCool && !noKey)
         keyStatus = "ENROLLED";
 
     var image_src = SelectImageForKeyStatus(keyStatus,1,1);




More information about the Fedora-directory-commits mailing list