changeset in /hg/icedtea6: - minor cleanup

Deepak Bhole dbhole at redhat.com
Tue Oct 21 14:09:53 PDT 2008


changeset 560a859a217b in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=560a859a217b
description:
	- minor cleanup

diffstat:

1 file changed, 1 insertion(+), 4 deletions(-)
plugin/icedtea/sun/applet/PluginAppletViewer.java |    5 +----

diffs (22 lines):

diff -r eb4fbb8e17d9 -r 560a859a217b plugin/icedtea/sun/applet/PluginAppletViewer.java
--- a/plugin/icedtea/sun/applet/PluginAppletViewer.java	Tue Oct 21 16:17:19 2008 -0400
+++ b/plugin/icedtea/sun/applet/PluginAppletViewer.java	Tue Oct 21 17:09:48 2008 -0400
@@ -434,9 +434,6 @@ import sun.misc.Ref;
 				// do nothing
 				e.printStackTrace();
 			}
-
-//        	 this.validate();
-//        	 panel.validate();
          } else if (message.startsWith("destroy")) {
              dispose();
          } else if (message.startsWith("GetJavaObject")) {
@@ -458,7 +455,7 @@ import sun.misc.Ref;
             	 }
              }
 
-             PluginDebug.debug ("Looking for object " + o + " panel is " + panel.getClass());
+             PluginDebug.debug ("Looking for object " + o + " panel is " + panel);
              AppletSecurityContextManager.getSecurityContext(0).store(o);
              PluginDebug.debug ("WRITING 1: " + "context 0 reference " + reference + " GetJavaObject "
                                  + AppletSecurityContextManager.getSecurityContext(0).getIdentifier(o));



More information about the distro-pkg-dev mailing list