Blame SOURCES/esc-1.1.0-fix24.patch

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