diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-21 20:27:28 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-21 20:27:28 +0300 |
commit | be52d147c0aed74078cfe3665da723554a9500b1 (patch) | |
tree | 5e00c50dd3418100758e268e4bf70affb3ef46a9 /utilities.cpp | |
parent | a1813a32b6302187814fc4e39107fac68bee7286 (diff) |
modified: init.cpp
modified: messages.cpp
modified: options.cpp
modified: utilities.cpp
Diffstat (limited to 'utilities.cpp')
-rw-r--r-- | utilities.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utilities.cpp b/utilities.cpp index 2fbc8fb..d64e8ad 100644 --- a/utilities.cpp +++ b/utilities.cpp @@ -344,8 +344,8 @@ int GetJabberInterface(WPARAM w, LPARAM l) //get interface for all jabber accoun static JABBER_HANDLER_FUNC SendHandler(IJabberInterface *ji, HXML node, void *pUserData) { - extern bool bJabberAPI; - if(!bJabberAPI) + extern bool bJabberAPI, bIsMiranda09; + if(!bJabberAPI || !bIsMiranda09) return FALSE; HXML local_node = node; for(int n = 0; n <= xi.getChildCount(node); n++) |