diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-23 19:22:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-23 19:22:49 +0000 |
commit | 737f526a855d0fc814c6e5fa0fb3f908c8ad83bb (patch) | |
tree | 5bd2e19b7a5f316ac59fdc4470e8b2b1fabf38e2 /plugins/SRMM/msgtimedout.cpp | |
parent | 1c51a6e0409bbfd61383a942636d6766154b5225 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@584 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SRMM/msgtimedout.cpp')
-rw-r--r-- | plugins/SRMM/msgtimedout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SRMM/msgtimedout.cpp b/plugins/SRMM/msgtimedout.cpp index 5b85682d87..1b1773aa8e 100644 --- a/plugins/SRMM/msgtimedout.cpp +++ b/plugins/SRMM/msgtimedout.cpp @@ -98,7 +98,7 @@ void MessageFailureProcess(TMsgQueue *item, const char* err) CallService(MS_DB_EVENT_DELETE, (WPARAM)item->hContact, (LPARAM)item->hDbEvent);
hwnd = WindowList_Find(g_dat->hMessageWindowList, (HANDLE)item->hContact);
- if (hwnd == NULL)
+ if (hwnd == NULL)
{
SendMessageCmd(item->hContact, NULL, 0);
hwnd = WindowList_Find(g_dat->hMessageWindowList, (HANDLE)item->hContact);
|