aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp/java/sun/applet
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2012-06-04 15:10:20 -0400
committerAdam Domurad <[email protected]>2012-06-04 15:10:20 -0400
commit99598df7c4a6b49d290963b2b4a9d92045e6d5b6 (patch)
tree1c0e8bf83ae731917af3ba79b302f1b35a69599b /plugin/icedteanp/java/sun/applet
parent07d52d0120324c62a3ab9e689083a6c948fd98c4 (diff)
Added patch so that applet-tags take last param.
Our plugin had previously took the first param, except for a few special param's like archive. With this patch the last param is taken consistently.
Diffstat (limited to 'plugin/icedteanp/java/sun/applet')
-rw-r--r--plugin/icedteanp/java/sun/applet/PluginAppletViewer.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java b/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
index 35997bb..6017fa9 100644
--- a/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
+++ b/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
@@ -1923,9 +1923,6 @@ public class PluginAppletViewer extends XEmbeddedFrame
Hashtable<String, String> t = scanTag(c, in);
String att = t.get("name");
- if (atts.containsKey(att))
- continue;
-
if (att == null) {
statusMsgStream.println(requiresNameWarning);
} else {