about summary refs log tree commit diff stats
path: root/client/trunk/src/com/fourisland
diff options
context:
space:
mode:
Diffstat (limited to 'client/trunk/src/com/fourisland')
-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