summaryrefslogtreecommitdiff
path: root/utilities.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-21 20:27:28 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-21 20:27:28 +0300
commitbe52d147c0aed74078cfe3665da723554a9500b1 (patch)
tree5e00c50dd3418100758e268e4bf70affb3ef46a9 /utilities.cpp
parenta1813a32b6302187814fc4e39107fac68bee7286 (diff)
modified: init.cpp
modified: messages.cpp modified: options.cpp modified: utilities.cpp
Diffstat (limited to 'utilities.cpp')
-rw-r--r--utilities.cpp4
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++)