Skip to content

Commit

Permalink
revert 1960 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
wadealer committed Aug 29, 2012
1 parent 9d5c87a commit dc90e49
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patches/1960-psi-fix-reconnecting-when-account-changed.diff
@@ -0,0 +1,13 @@
--- psi.orig/src/accountmodifydlg.cpp
+++ psi/src/accountmodifydlg.cpp
@@ -569,9 +569,7 @@ void AccountModifyDlg::save()
messageBox.exec();
Q_UNUSED(cancel);
if (messageBox.clickedButton() == reconnect) {
- XMPP::Status status = pa->status();
- pa->setStatus(XMPP::Status::Offline);
- pa->setStatus(status);
+ pa->reconnectOnce();
}
}
pa->reconfigureFTManager();

0 comments on commit dc90e49

Please sign in to comment.