--- ./esc/src/lib/coolkey/SmartCardMonitoringThread.cpp.fix5 2009-06-08 14:14:44.000000000 -0700 +++ ./esc/src/lib/coolkey/SmartCardMonitoringThread.cpp 2009-06-08 14:15:03.000000000 -0700 @@ -159,7 +159,7 @@ /* if we think we have a token, but it's not the right one, or it's * not there, then send a removal event */ - if (info && (!isPresent || (info->mSeries != PK11_GetSlotSeries(slot))) ) { + if (info && !isPresent) { PR_LOG( coolKeyLogSC, PR_LOG_DEBUG, ("%s SmartCardMonitoringThread::Execute Token Removed : \n",GetTStamp(tBuff,56))); --- ./esc/src/app/xul/esc/chrome/content/esc/certManager.xul.fix5 2009-06-08 13:46:19.000000000 -0700 +++ ./esc/src/app/xul/esc/chrome/content/esc/certManager.xul 2009-06-08 13:46:33.000000000 -0700 @@ -59,7 +59,6 @@