Explorar el Código

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 hace 14 años
padre
commit
69468c4fcf

+ 2
- 1
src/com/dmdirc/addons/ui_swing/components/pluginpanel/PluginPanel.java Ver fichero

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

Loading…
Cancelar
Guardar