소스 검색

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 년 전
부모
커밋
2125eceb3b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/com/dmdirc/Raw.java

+ 1
- 1
src/com/dmdirc/Raw.java 파일 보기

@@ -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…
취소
저장