소스 검색

fixes issue 1579

git-svn-id: http://svn.dmdirc.com/trunk@4501 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Gregory Holmes 16 년 전
부모
커밋
0935f922f9
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0
    3
      src/com/dmdirc/ui/swing/components/pluginpanel/PluginPanel.java

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

Loading…
취소
저장