mirror of https://github.com/zlatinb/muwire
fix constructor
parent
fb1804e849
commit
2a0ecd8a47
|
@ -440,8 +440,8 @@ class MainFrameView {
|
|||
})
|
||||
|
||||
if (!application.getContext().get("tray-icon")) {
|
||||
mainFrame.addWindowListener(new WindowAdapter(WindowEvent e){
|
||||
public void windowClosing() {
|
||||
mainFrame.addWindowListener(new WindowAdapter(){
|
||||
public void windowClosing(WindowEvent e) {
|
||||
application.shutdown()
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue