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