14224 work around ancient broken java-gnome again osol_132
authorDavid Powell <David.Powell@sun.com>
Thu, 28 Jan 2010 00:40:16 -0800
changeset 423 39f5c07bd5ff
parent 422 ddd0009c6225
child 424 cfde85cb814f
14224 work around ancient broken java-gnome again
usr/src/java/util/org/opensolaris/os/vp/util/misc/GnomeUtil.java
--- a/usr/src/java/util/org/opensolaris/os/vp/util/misc/GnomeUtil.java	Sun Jan 24 20:24:17 2010 -0800
+++ b/usr/src/java/util/org/opensolaris/os/vp/util/misc/GnomeUtil.java	Thu Jan 28 00:40:16 2010 -0800
@@ -20,7 +20,7 @@
  */
 
 /*
- * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -113,7 +113,7 @@
 
     static {
 	try {
-	    providers.add(new GnomeIconProviderV2());
+	    // providers.add(new GnomeIconProviderV2());
 	} catch (NoClassDefFoundError e) {
 	    // Java Gnome version 2 not installed or not in classpath
 	}