diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/TabSRMM/src/typingnotify.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/typingnotify.cpp b/plugins/TabSRMM/src/typingnotify.cpp index 8bc9805fd7..053ab3cce8 100644 --- a/plugins/TabSRMM/src/typingnotify.cpp +++ b/plugins/TabSRMM/src/typingnotify.cpp @@ -72,6 +72,7 @@ void TN_TypingMessage(MCONTACT hContact, int iMode) HWND hPopupWnd = WindowList_Find(hPopupsList, hContact);
while (hPopupWnd) {
PUDeletePopup(hPopupWnd);
+ WindowList_Remove(hPopupsList, hPopupWnd);
hPopupWnd = WindowList_Find(hPopupsList, hContact);
}
}
|