Blame SOURCES/esc-1.1.0-fix24.patch

f35d1b
diff -up ./esc/src/app/xul/esc/application.ini.fix24 ./esc/src/app/xul/esc/application.ini
f35d1b
--- ./esc/src/app/xul/esc/application.ini.fix24	2014-12-16 11:39:13.361983789 -0800
f35d1b
+++ ./esc/src/app/xul/esc/application.ini	2014-12-16 11:39:48.610395639 -0800
f35d1b
@@ -25,11 +25,11 @@ Vendor=RedHat
f35d1b
 Name=ESC
f35d1b
 ;
f35d1b
 ; This field specifies your application's version.  This field is optional.
f35d1b
-Version=1.1.0-31
f35d1b
+Version=1.1.0-34
f35d1b
 ;
f35d1b
 ; This field specifies your application's build ID (timestamp).  This field is
f35d1b
 ; required.
f35d1b
-BuildID=0000001031
f35d1b
+BuildID=0000001034
f35d1b
 ;
f35d1b
 ; This ID is just an example.  Every XUL app ought to have it's own unique ID.
f35d1b
 ; You can use the microsoft "guidgen" or "uuidgen" tools, or go on
f35d1b
diff -up ./esc/src/app/xul/esc/chrome/content/esc/ESC.js.fix24 ./esc/src/app/xul/esc/chrome/content/esc/ESC.js
f35d1b
--- ./esc/src/app/xul/esc/chrome/content/esc/ESC.js.fix24	2014-12-16 11:34:14.715786633 -0800
f35d1b
+++ ./esc/src/app/xul/esc/chrome/content/esc/ESC.js	2014-12-16 11:35:21.541444181 -0800
f35d1b
@@ -4056,7 +4056,7 @@ function launchCertViewerIfCerts()
f35d1b
 //Launch page to view card's certificates
f35d1b
 function launchCertViewer()
f35d1b
 {
f35d1b
-   var wind = window.openDialog("chrome://esc/content/certManager.xul", "","chrome,centerscreen,modal=yes");
f35d1b
+   var wind = window.openDialog("chrome://pippki/content/certManager.xul", "","chrome,centerscreen,modal=yes");
f35d1b
 }
f35d1b
 
f35d1b
 //Launch ESC admin page window