Browse Source

Raw windows can now be closed and removed

git-svn-id: http://svn.dmdirc.com/trunk@2445 00569f92-eb28-0410-84fd-f71c24880f
tags/0.5.5
Gregory Holmes 16 years ago
parent
commit
2125eceb3b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/com/dmdirc/Raw.java

+ 1
- 1
src/com/dmdirc/Raw.java View File

@@ -94,10 +94,10 @@ public final class Raw extends WritableFrameContainer implements IDataIn,
94 94
         
95 95
         window.setVisible(false);
96 96
         Main.getUI().getMainWindow().delChild(window);
97
-        window = null;
98 97
         
99 98
         server.delRaw();
100 99
         
100
+        window = null;
101 101
         server = null;
102 102
     }
103 103
     

Loading…
Cancel
Save