fix askCloseSession
This commit is contained in:
parent
62dda76977
commit
a44ec93869
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ public class Controller {
|
||||||
}
|
}
|
||||||
public void closeSession(Chat c) {
|
public void closeSession(Chat c) {
|
||||||
sendMessage(new Msg_Text(myUser.getAddIP(),"end"), c); // tell rm session STOP
|
sendMessage(new Msg_Text(myUser.getAddIP(),"end"), c); // tell rm session STOP
|
||||||
JOptionPane.showMessageDialog(null ,"Close session with "+c.getRemoteUser().getPseudo()+" loading history");
|
JOptionPane.showMessageDialog(null ,"Close session with "+c.getRemoteUser().getPseudo());
|
||||||
this.myUser.closeChat(c);
|
this.myUser.closeChat(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue