diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-14 20:56:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-14 20:56:58 +0000 |
commit | ba56d9f794ef819de024b90f136ee35fd07cb4e8 (patch) | |
tree | c5ff1f7a7f2ec48fb7093dfbf8b9a8a83b6e71a2 /plugins/TabSRMM/src/chat | |
parent | 853bdf0154a9ba862489c4c4b287d7db8d0145fe (diff) |
cleaning popup-related junk
git-svn-id: http://svn.miranda-ng.org/main/trunk@5693 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/chat')
-rw-r--r-- | plugins/TabSRMM/src/chat/tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat/tools.cpp b/plugins/TabSRMM/src/chat/tools.cpp index 393a92e111..71db16c4c9 100644 --- a/plugins/TabSRMM/src/chat/tools.cpp +++ b/plugins/TabSRMM/src/chat/tools.cpp @@ -158,7 +158,7 @@ static void TSAPI Chat_DismissPopup(const SESSION_INFO *si, HWND hwndPopup) static INT_PTR CALLBACK PopupDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{
- SESSION_INFO *si = (SESSION_INFO*)CallService(MS_POPUP_GETPLUGINDATA, (WPARAM)hWnd, 0);;
+ SESSION_INFO *si = (SESSION_INFO*)PUGetPluginData(hWnd);
switch (message) {
case WM_COMMAND:
|