f35d1b
--- ./esc/src/lib/coolkey/SmartCardMonitoringThread.cpp.fix2	2009-04-18 13:19:20.000000000 -0700
f35d1b
+++ ./esc/src/lib/coolkey/SmartCardMonitoringThread.cpp	2009-04-18 13:20:23.000000000 -0700
f35d1b
@@ -104,12 +104,16 @@
f35d1b
     char tBuff[56];
f35d1b
     PK11SlotInfo *slot;
f35d1b
 
f35d1b
+    #ifdef LINUX
f35d1b
+    sleep(3);
f35d1b
+    #endif
f35d1b
+
f35d1b
     PR_LOG( coolKeyLogSC, PR_LOG_DEBUG, 
f35d1b
          ("%s SmartCardMonitoringThread::Execute.\n",GetTStamp(tBuff,56)));
f35d1b
   //
f35d1b
   // populate token names for already inserted tokens.
f35d1b
   //
f35d1b
-    PK11SlotList *sl =
f35d1b
+   /* PK11SlotList *sl =
f35d1b
 	PK11_FindSlotsByNames(mModule->dllName, NULL, NULL, PR_TRUE);
f35d1b
     PK11SlotListElement *sle;
f35d1b
  
f35d1b
@@ -123,6 +127,8 @@
f35d1b
         PK11_FreeSlotList(sl);
f35d1b
     }
f35d1b
 
f35d1b
+   */
f35d1b
+
f35d1b
   // loop starts..
f35d1b
     do {
f35d1b
 
f35d1b
--- ./esc/src/app/xul/esc/chrome/content/esc/GenericAuth.xul.fix2	2009-04-18 13:21:34.000000000 -0700
f35d1b
+++ ./esc/src/app/xul/esc/chrome/content/esc/GenericAuth.xul	2009-04-18 13:21:47.000000000 -0700
f35d1b
@@ -24,7 +24,7 @@
f35d1b
     id="esc-window"
f35d1b
     title="&genericAuthTitle;"
f35d1b
     width="400"
f35d1b
-    height="225"
f35d1b
+    height="240"
f35d1b
     onload="UiLoad();"
f35d1b
     onunload="UiUnload();"
f35d1b
     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
f35d1b
--- ./esc/src/app/xul/esc/application.ini.fix2	2009-04-18 13:20:51.000000000 -0700
f35d1b
+++ ./esc/src/app/xul/esc/application.ini	2009-04-18 13:21:02.000000000 -0700
f35d1b
@@ -25,7 +25,7 @@
f35d1b
 Name=ESC
f35d1b
 ;
f35d1b
 ; This field specifies your application's version.  This field is optional.
f35d1b
-Version=1.1.0-1
f35d1b
+Version=1.1.0-3
f35d1b
 ;
f35d1b
 ; This field specifies your application's build ID (timestamp).  This field is
f35d1b
 ; required.