aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-10-20 18:13:43 +0200
committerJiri Vanek <[email protected]>2013-10-20 18:13:43 +0200
commite6bc8857f80957b5b411493d2fbe9dac84293537 (patch)
treec20ddb4cae49a194ef24a781b5a4d3846335f63d /ChangeLog
parent72cc555dc703aa3f6a7338b5c3ade9fee7e799e3 (diff)
Minor fix in DEBUG initialisation
* netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java: (isPluginDebug) made private to prevent confusion. * plugin/icedteanp/java/sun/applet/PluginDebug.java: (DEBUG) initialized from JNLPRuntime.isDebug instead of incorrect JNLPRuntime.isPluginDebug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d069cb..da9c5a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-10-20 Jiri Vanek <[email protected]>
+
+ * netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java: (isPluginDebug)
+ made private to prevent confusion.
+ * plugin/icedteanp/java/sun/applet/PluginDebug.java: (DEBUG) initialized
+ from JNLPRuntime.isDebug instead of incorrect JNLPRuntime.isPluginDebug.
+
2013-10-17 Andrew Azores <[email protected]>
Back out changeset 420d72e5cee7 due to breaking LiveConnect feature.