summaryrefslogtreecommitdiff
path: root/utilities.cpp
diff options
context:
space:
mode:
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++)