diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_thread.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_thread.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp index f8b8c67034..97962bbb13 100644 --- a/protocols/JabberG/src/jabber_thread.cpp +++ b/protocols/JabberG/src/jabber_thread.cpp @@ -552,8 +552,7 @@ recvRest: SendMessage(m_hwndJabberChangePassword, WM_COMMAND, MAKEWORD(IDCANCEL, 0), 0);
}
- if (jabberChatDllPresent)
- CallFunctionAsync(JabberOfflineChatWindows, this);
+ CallFunctionAsync(JabberOfflineChatWindows, this);
ListRemoveList(LIST_CHATROOM);
ListRemoveList(LIST_BOOKMARK);
|