diff options
author | George Hazan <george.hazan@gmail.com> | 2014-06-22 15:37:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-06-22 15:37:37 +0000 |
commit | 409d7264947ae132f6185cf5c6d1e4d3ff626f80 (patch) | |
tree | 0871443ee306e6d869e0648d30692457b4c216b5 /src/modules/metacontacts/meta_utils.cpp | |
parent | 16d1b3ec83d8f2d2f0d49952a8b17cbc5cb3cc8e (diff) |
current sub in tabSRMM untied from the meta services
git-svn-id: http://svn.miranda-ng.org/main/trunk@9553 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/meta_utils.cpp')
-rw-r--r-- | src/modules/metacontacts/meta_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/metacontacts/meta_utils.cpp b/src/modules/metacontacts/meta_utils.cpp index 6c4887c6fb..b9119a4d4e 100644 --- a/src/modules/metacontacts/meta_utils.cpp +++ b/src/modules/metacontacts/meta_utils.cpp @@ -412,7 +412,7 @@ int Meta_HideMetaContacts(bool bHide) if (bHide) {
for (int i = 0; i < arMetaWindows.getCount(); i++)
- SendMessage((HWND)arMetaWindows[i], WM_CLOSE, 0, 0);
+ SendMessage(arMetaWindows[i].m_hWnd, WM_CLOSE, 0, 0);
arMetaWindows.destroy();
}
|