浏览代码

Initialise a variable we use...

Fixes issue 4125

Change-Id: I9e2a6cd1b8a5858343dd444074190e8740d81c7b
Reviewed-on: http://gerrit.dmdirc.com/1246
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.6.4
Greboid 14 年前
父节点
当前提交
69468c4fcf
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/com/dmdirc/addons/ui_swing/components/pluginpanel/PluginPanel.java

+ 2
- 1
src/com/dmdirc/addons/ui_swing/components/pluginpanel/PluginPanel.java 查看文件

@@ -87,6 +87,7 @@ public final class PluginPanel extends JPanel implements
87 87
         super();
88 88
 
89 89
         this.parentWindow = parentWindow;
90
+        this.controller = controller;
90 91
 
91 92
         initComponents();
92 93
         addListeners();
@@ -114,7 +115,7 @@ public final class PluginPanel extends JPanel implements
114 115
                 "Plugins allow you to extend the functionality of DMDirc.");
115 116
 
116 117
         /** {@inheritDoc}. */
117
-        new LoggingSwingWorker() {
118
+        new LoggingSwingWorker<Object, Object>() {
118 119
 
119 120
             /** {@inheritDoc}. */
120 121
             @Override

正在加载...
取消
保存