summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_thread.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-11-19 20:01:52 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-11-19 20:01:52 +0000
commited78c5f078e4fb266c22845db4ab0eddc560d066 (patch)
treead613a99cd7228cb392f8162fe4f3908896220ae /protocols/JabberG/src/jabber_thread.cpp
parent3344e2189f3585a9ac407b56aa78547b3f769bc8 (diff)
chats are always present in NG
git-svn-id: http://svn.miranda-ng.org/main/trunk@6942 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_thread.cpp')
-rw-r--r--protocols/JabberG/src/jabber_thread.cpp3
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);