Fixed Issue 244

This commit is contained in:
magenoxx 2011-09-20 22:42:36 +04:00
parent 928ee4036a
commit 4534f11f3d
3 changed files with 26 additions and 7 deletions

View file

@ -554,6 +554,10 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
return session.connect(connection);
}
public static boolean stopConnecting() {
return session.stopConnecting();
}
public boolean autoConnect() {
boolean autoConnect = Boolean.parseBoolean(prefs.get("autoConnect", "false"));
if (autoConnect) {