mirror of https://github.com/zlatinb/muwire
fix chat welcome message chooser
parent
0c027e9b26
commit
1288a2b210
|
@ -316,7 +316,7 @@ class OptionsController {
|
||||||
}
|
}
|
||||||
int rv = chooser.showOpenDialog(null)
|
int rv = chooser.showOpenDialog(null)
|
||||||
if (rv == JFileChooser.APPROVE_OPTION)
|
if (rv == JFileChooser.APPROVE_OPTION)
|
||||||
model.chatWelcomeFile = getSelectedFile().getAbsolutePath()
|
model.chatWelcomeFile = chooser.getSelectedFile().getAbsolutePath()
|
||||||
}
|
}
|
||||||
|
|
||||||
@ControllerAction
|
@ControllerAction
|
||||||
|
|
Loading…
Reference in New Issue