Browse Source

issue 1341

git-svn-id: http://svn.dmdirc.com/trunk@4450 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Gregory Holmes 16 years ago
parent
commit
e5c02b095c
1 changed files with 3 additions and 5 deletions
  1. 3
    5
      src/com/dmdirc/addons/addonbrowser/InstallListener.java

+ 3
- 5
src/com/dmdirc/addons/addonbrowser/InstallListener.java View File

@@ -53,11 +53,9 @@ public class InstallListener implements ActionListener {
53 53
      */
54 54
     @Override
55 55
     public void actionPerformed(final ActionEvent e) {
56
-        try {
57
-            Downloader.downloadPage("http://addons.dmdirc.com/addondownload/" +
58
-                    info.getId(), "");
56
+        /*try {
57
+            Downloader.downloadPage("http://addons.dmdirc.com/addondownload/" + info.getId(), "");
59 58
         } catch (IOException ex) {
60
-        //
61
-        }
59
+        }*/
62 60
     }
63 61
 }

Loading…
Cancel
Save