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