Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpc-hc/SkypeMoodMsgHandler.cpp')
-rw-r--r--src/mpc-hc/SkypeMoodMsgHandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mpc-hc/SkypeMoodMsgHandler.cpp b/src/mpc-hc/SkypeMoodMsgHandler.cpp
index 32523356e..47bd642c2 100644
--- a/src/mpc-hc/SkypeMoodMsgHandler.cpp
+++ b/src/mpc-hc/SkypeMoodMsgHandler.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2013 see Authors.txt
+ * (C) 2013, 2015 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -36,7 +36,7 @@ void SkypeMoodMsgHandler::Connect(HWND hWnd)
{
m_hWnd = hWnd;
TRACE(_T("SkypeMoodMsgHandler::Connect --> hWnd = %p\n"), hWnd);
- ::SendMessage(HWND_BROADCAST, uSkypeControlAPIDiscover, (WPARAM)hWnd, 0);
+ ::SendNotifyMessage(HWND_BROADCAST, uSkypeControlAPIDiscover, (WPARAM)hWnd, 0);
}
LRESULT SkypeMoodMsgHandler::HandleAttach(WPARAM wParam, LPARAM lParam)