Gregory Holmes 16 роки тому
джерело
коміт
0935f922f9

+ 0
- 3
src/com/dmdirc/ui/swing/components/pluginpanel/PluginPanel.java Переглянути файл

@@ -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
     }

Завантаження…
Відмінити
Зберегти