commit | 1fd4e4a89721fd599f6558e04647f86ccdd38f35 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Mon Feb 02 13:37:50 2015 -0800 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Wed Feb 25 15:03:05 2015 -0800 |
tree | 69221ab575072b0c52256cd1f33fb8a3cc772d15 | |
parent | eb692acf7d02ba80a7d8126d6a33274b064b814b [diff] [blame] |
controller: fix switching identity bug Change-Id: If0c64b5a758f7a3531ed6cbf400cef03bed349a3
diff --git a/src/controller.cpp b/src/controller.cpp index 1b585c1..a21a621 100644 --- a/src/controller.cpp +++ b/src/controller.cpp
@@ -459,7 +459,7 @@ { while (!m_chatDialogList.empty()) { ChatDialogList::const_iterator it = m_chatDialogList.begin(); - onRemoveChatDialog(QString::fromStdString(it->first)); + it->second->shutdown(); } emit closeDBModule();