about summary refs log tree commit diff stats
path: root/client
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-09-28 14:33:18 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-09-28 14:33:18 +0000
commit8b88608fc82ef022006f4190aa8b753cfc248338 (patch)
tree81ae5803f2539e95ba244f47f7c1bf10d6a31f31 /client
parentbeba85c2c0593acaa08a7337f82cfb128bd91262 (diff)
downloadinstadisc-8b88608fc82ef022006f4190aa8b753cfc248338.tar.gz
instadisc-8b88608fc82ef022006f4190aa8b753cfc248338.tar.bz2
instadisc-8b88608fc82ef022006f4190aa8b753cfc248338.zip
Client: Completed step 6
Refs #69
Diffstat (limited to 'client')
-rw-r--r--client/trunk/src/com/fourisland/instadisc/DownloadItem/DownloadItemModeTest.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/trunk/src/com/fourisland/instadisc/DownloadItem/DownloadItemModeTest.java b/client/trunk/src/com/fourisland/instadisc/DownloadItem/DownloadItemModeTest.java index d085448..82ce515 100644 --- a/client/trunk/src/com/fourisland/instadisc/DownloadItem/DownloadItemModeTest.java +++ b/client/trunk/src/com/fourisland/instadisc/DownloadItem/DownloadItemModeTest.java
@@ -106,6 +106,10 @@ public class DownloadItemModeTest extends javax.swing.JDialog {
106 }// </editor-fold>//GEN-END:initComponents 106 }// </editor-fold>//GEN-END:initComponents
107 107
108 private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed 108 private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed
109 XmlRpc xmlrpc = new XmlRpc("setDownloadItemMode");
110 xmlrpc.addParam(Wrapper.getConfig("downloadItemMode"));
111 xmlrpc.execute();
112
109 StepEndResults.ok = true; 113 StepEndResults.ok = true;
110 this.setVisible(false); 114 this.setVisible(false);
111 }//GEN-LAST:event_jButton1ActionPerformed 115 }//GEN-LAST:event_jButton1ActionPerformed