From 038866be9293d5194b04af3c98c71e5e66712cf2 Mon Sep 17 00:00:00 2001 From: Adam Domurad <adomurad@redhat.com> Date: Thu, 11 Apr 2013 10:02:11 -0400 Subject: Allow for remembered unsigned trust based on codebase --- .../sourceforge/jnlp/security/UnsignedAppletTrustWarningDialog.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'netx/net/sourceforge/jnlp/security/UnsignedAppletTrustWarningDialog.java') diff --git a/netx/net/sourceforge/jnlp/security/UnsignedAppletTrustWarningDialog.java b/netx/net/sourceforge/jnlp/security/UnsignedAppletTrustWarningDialog.java index 4860e52..7db6a19 100644 --- a/netx/net/sourceforge/jnlp/security/UnsignedAppletTrustWarningDialog.java +++ b/netx/net/sourceforge/jnlp/security/UnsignedAppletTrustWarningDialog.java @@ -37,8 +37,8 @@ exception statement from your version. package net.sourceforge.jnlp.security; import net.sourceforge.jnlp.PluginBridge; +import net.sourceforge.jnlp.security.UnsignedAppletTrustWarningPanel.UnsignedWarningAction; import net.sourceforge.jnlp.security.UnsignedAppletTrustWarningPanel.ActionChoiceListener; -import net.sourceforge.jnlp.security.appletextendedsecurity.ExecuteUnsignedApplet; /** * A panel that confirms that the user is OK with unsigned code running. @@ -52,7 +52,7 @@ public class UnsignedAppletTrustWarningDialog extends SecurityDialogPanel { add(new UnsignedAppletTrustWarningPanel(file, new ActionChoiceListener() { @Override - public void actionChosen(ExecuteUnsignedApplet action) { + public void actionChosen(UnsignedWarningAction action) { parent.setValue(action); parent.dispose(); } -- cgit v1.2.3