[Jarspy-commits] CVS: JarSpy/src/com/ociweb/jarspy/gui JarSpyGUI.java,1.44,1.45
Status: Beta
Brought to you by:
brown_j
|
From: Jeff B. <br...@us...> - 2002-12-25 02:50:30
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv14300/src/com/ociweb/jarspy/gui
Modified Files:
JarSpyGUI.java
Log Message:
don't pass jtree as arg to decompile action
Index: JarSpyGUI.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/JarSpyGUI.java,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** JarSpyGUI.java 11 Dec 2002 03:33:21 -0000 1.44
--- JarSpyGUI.java 25 Dec 2002 02:50:25 -0000 1.45
***************
*** 186,190 ****
new AboutAction(this));
actions.put(ActionNames.DECOMPILE_ACTION,
! new DecompileAction(this, classTree, jarInspector));
actions.put(ActionNames.VIEW_JAR_CONTENTS_ACTION,
new ViewJarContentsAction(this));
--- 186,190 ----
new AboutAction(this));
actions.put(ActionNames.DECOMPILE_ACTION,
! new DecompileAction(this, jarInspector));
actions.put(ActionNames.VIEW_JAR_CONTENTS_ACTION,
new ViewJarContentsAction(this));
|