From 8b88608fc82ef022006f4190aa8b753cfc248338 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 28 Sep 2008 14:33:18 +0000 Subject: Client: Completed step 6 Refs #69 --- .../com/fourisland/instadisc/DownloadItem/DownloadItemModeTest.java | 4 ++++ 1 file changed, 4 insertions(+) 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 { }// //GEN-END:initComponents private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed + XmlRpc xmlrpc = new XmlRpc("setDownloadItemMode"); + xmlrpc.addParam(Wrapper.getConfig("downloadItemMode")); + xmlrpc.execute(); + StepEndResults.ok = true; this.setVisible(false); }//GEN-LAST:event_jButton1ActionPerformed -- cgit 1.4.1