Browse Source

Fix history window not working

Fixes issue 4130

Change-Id: Ic6037c6a0716ff9c85c48e49716856e7f2faa90e
Reviewed-on: http://gerrit.dmdirc.com/1235
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
Reviewed-by: Gregory Holmes <greg@dmdirc.com>
tags/0.6.4
Chris Smith 14 years ago
parent
commit
227750d140
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/com/dmdirc/addons/logging/HistoryWindow.java

+ 0
- 2
src/com/dmdirc/addons/logging/HistoryWindow.java View File

@@ -47,8 +47,6 @@ public class HistoryWindow extends FrameContainer<Window> {
47 47
                          final FrameContainer<?> parent, final int numLines) {
48 48
         super("raw", title, title, Window.class, parent.getConfigManager());
49 49
 
50
-        this.parent = parent;
51
-
52 50
         WindowManager.addWindow(parent, this);
53 51
 
54 52
         final int frameBufferSize = IdentityManager.getGlobalConfig().getOptionInt(

Loading…
Cancel
Save