[opencoe-cvs] coekernel/src/COE/src/COE/java/org/opencoe/coe/kernel/apps COEInstaller.java,1.10,1.11
Status: Alpha
Brought to you by:
rbroberg
|
From: <rbr...@us...> - 2003-10-25 05:25:59
|
Update of /cvsroot/opencoe/coekernel/src/COE/src/COE/java/org/opencoe/coe/kernel/apps
In directory sc8-pr-cvs1:/tmp/cvs-serv9970/COE/java/org/opencoe/coe/kernel/apps
Modified Files:
COEInstaller.java
Log Message:
20031024:rb:829386 - COEInstaller Menu Source items are nonfunctional
Index: COEInstaller.java
===================================================================
RCS file: /cvsroot/opencoe/coekernel/src/COE/src/COE/java/org/opencoe/coe/kernel/apps/COEInstaller.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** COEInstaller.java 19 Oct 2003 17:04:24 -0000 1.10
--- COEInstaller.java 25 Oct 2003 05:21:54 -0000 1.11
***************
*** 22,28 ****
* @created January 29, 2001, 1:01 PM
* @version
! * 20031019:rb:821280 - COEInstaller handles URI poorly
! * 20031018:rb:825985 - COEInstaller S/W row cells should not be editable
! * 20031018:rb:825973 - COEInstaller Available Disks not used
*/
--- 22,29 ----
* @created January 29, 2001, 1:01 PM
* @version
! * @history 20031024:rb:829386 - COEInstaller Menu Source items are nonfunctional
! * @history 20031019:rb:821280 - COEInstaller handles URI poorly
! * @history 20031018:rb:825985 - COEInstaller S/W row cells should not be editable
! * @history 20031018:rb:825973 - COEInstaller Available Disks not used
*/
***************
*** 165,169 ****
new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
! SelectActionPerformed(evt);
}
}
--- 166,172 ----
new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
! //20031024:rb:829386 - COEInstaller Menu Source items are nonfunctional
! //SelectActionPerformed(evt);
! showCOEInstallerSourceDialog();
}
}
***************
*** 174,178 ****
new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
! jMenuItem5ActionPerformed(evt);
}
}
--- 177,183 ----
new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
! //20031024:rb:829386 - COEInstaller Menu Source items are nonfunctional
! //jMenuItem5ActionPerformed(evt);
! readTOC(cfgSourceLabel6.getText());
}
}
|