diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-19 20:01:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-19 20:01:52 +0000 |
commit | ed78c5f078e4fb266c22845db4ab0eddc560d066 (patch) | |
tree | ad613a99cd7228cb392f8162fe4f3908896220ae /protocols/JabberG/src/jabber_iqid.cpp | |
parent | 3344e2189f3585a9ac407b56aa78547b3f769bc8 (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_iqid.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_iqid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_iqid.cpp b/protocols/JabberG/src/jabber_iqid.cpp index c8352f60b1..7fd1035a92 100644 --- a/protocols/JabberG/src/jabber_iqid.cpp +++ b/protocols/JabberG/src/jabber_iqid.cpp @@ -128,7 +128,7 @@ void CJabberProto::OnProcessLoginRq(ThreadData* info, DWORD rq) if (info->jabberServerCaps & JABBER_CAPS_ARCHIVE_AUTO)
EnableArchive(m_options.EnableMsgArchive != 0);
- if (jabberChatDllPresent && m_options.AutoJoinBookmarks) {
+ if (m_options.AutoJoinBookmarks) {
LIST<JABBER_LIST_ITEM> ll(10);
LISTFOREACH(i, this, LIST_BOOKMARK)
{
|