Skip to content

Commit

Permalink
Mail.Ru connecting with empty status string. Closes #58
Browse files Browse the repository at this point in the history
  • Loading branch information
solkin committed Mar 25, 2013
1 parent a3e43c5 commit a2f4f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/tomclaw/mandarin/mmp/MmpAccountRoot.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public void run() {
}
try {
if ( session.login_stage( host + ":" + port, userId, userPassword,
MmpStatusUtil.getStatus( statusIndex ), statusText ) ) {
MmpStatusUtil.getStatus( statusIndex ), "" ) ) {
MmpAccountRoot.this.statusIndex = statusIndex;
LogUtil.outMessage( "Updating status in AccountStatus" );
MidletMain.mainFrame.updateAccountsStatus();
Expand Down

0 comments on commit a2f4f73

Please sign in to comment.