[Jarspy-commits] CVS: JarSpy/src/com/ociweb/jarspy/gui JarSpyGUI.java,1.34,1.35
Status: Beta
Brought to you by:
brown_j
|
From: Jeff B. <br...@us...> - 2002-08-22 23:09:15
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui
In directory usw-pr-cvs1:/tmp/cvs-serv13160/src/com/ociweb/jarspy/gui
Modified Files:
JarSpyGUI.java
Log Message:
flush preferences
Index: JarSpyGUI.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/JarSpyGUI.java,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** JarSpyGUI.java 21 Jul 2002 02:03:47 -0000 1.34
--- JarSpyGUI.java 22 Aug 2002 23:09:07 -0000 1.35
***************
*** 370,373 ****
--- 370,374 ----
}
}
+ jarSpyPreferences.flush();
}
|