Browse Source

fixes issue 1579

git-svn-id: http://svn.dmdirc.com/trunk@4501 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Gregory Holmes 16 years ago
parent
commit
0935f922f9
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/com/dmdirc/ui/swing/components/pluginpanel/PluginPanel.java

+ 0
- 3
src/com/dmdirc/ui/swing/components/pluginpanel/PluginPanel.java View File

@@ -147,9 +147,6 @@ public final class PluginPanel extends JPanel implements
147 147
         for (PluginInfo plugin : list) {
148 148
             ((DefaultListModel) pluginList.getModel()).addElement(new PluginInfoToggle(plugin));
149 149
         }
150
-        if (((DefaultListModel) pluginList.getModel()).size() > 0) {
151
-            toggleButton.setEnabled(true);
152
-        }
153 150
         pluginList.repaint();
154 151
         return pluginList;
155 152
     }

Loading…
Cancel
Save