/hg/icedtea6: Fix build error introduced when porting plugin cha...

dbhole at icedtea.classpath.org dbhole at icedtea.classpath.org
Wed Jul 28 13:07:09 PDT 2010


changeset cc5ebdf8e65d in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=cc5ebdf8e65d
author: Deepak Bhole <dbhole at redhat.com>
date: Wed Jul 28 16:06:09 2010 -0400

	Fix build error introduced when porting plugin changes


diffstat:

2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog                                                       |    5 +++++
netx/net/sourceforge/jnlp/security/NotAllSignedWarningPane.java |    1 -

diffs (23 lines):

diff -r f62dd7854414 -r cc5ebdf8e65d ChangeLog
--- a/ChangeLog	Wed Jul 28 15:52:36 2010 -0400
+++ b/ChangeLog	Wed Jul 28 16:06:09 2010 -0400
@@ -1,3 +1,8 @@ 2010-07-28  Deepak Bhole <dbhole at redhat.
+2010-07-28  Deepak Bhole <dbhole at redhat.com>
+
+	* netx/net/sourceforge/jnlp/security/NotAllSignedWarningPane.java
+	(addComponents): Fix erroneous line that got added when backporting.
+
 2010-07-28  Deepak Bhole <dbhole at redhat.com>
 
 	* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: Added a new
diff -r f62dd7854414 -r cc5ebdf8e65d netx/net/sourceforge/jnlp/security/NotAllSignedWarningPane.java
--- a/netx/net/sourceforge/jnlp/security/NotAllSignedWarningPane.java	Wed Jul 28 15:52:36 2010 -0400
+++ b/netx/net/sourceforge/jnlp/security/NotAllSignedWarningPane.java	Wed Jul 28 16:06:09 2010 -0400
@@ -65,7 +65,6 @@ public class NotAllSignedWarningPane ext
          * Creates the actual GUI components, and adds it to this panel
          */
         private void addComponents() {
-                SecurityWarningDialog.AccessType type = parent.getType();
                 JNLPFile file = parent.getFile();
 
                 String topLabelText = "Only parts of this application code are signed.";



More information about the distro-pkg-dev mailing list