Pallav

Below is the fix

In com/sun/electric/tool/user/dialogs/options/IconTab.java
-       public IconTab(Frame parent, boolean modal)
+       public IconTab(PreferencesFrame parent, boolean modal)

in com/sun/electric/tool/user/dialogs/PreferencesFrame.java
-               addTreeNode(new IconTab(parent, true), techSet);
+               addTreeNode(new IconTab(this, true), techSet);

Gilda

-- 
You received this message because you are subscribed to the Google Groups 
"Electric VLSI Editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/electricvlsi?hl=en.

Reply via email to