From 6dc8111b7f9534aaf7aa22f979857ee0593cae90 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 6 Dec 2016 14:27:45 +0300 Subject: minus Scriver's own window list --- plugins/Scriver/src/statusicon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Scriver/src/statusicon.cpp') diff --git a/plugins/Scriver/src/statusicon.cpp b/plugins/Scriver/src/statusicon.cpp index e280fc7165..73b17b6c52 100644 --- a/plugins/Scriver/src/statusicon.cpp +++ b/plugins/Scriver/src/statusicon.cpp @@ -64,7 +64,7 @@ static int OnSrmmIconChanged(WPARAM hContact, LPARAM) if (hContact == NULL) WindowList_Broadcast(g_dat.hParentWindowList, DM_STATUSICONCHANGE, 0, 0); else { - HWND hwnd = WindowList_Find(g_dat.hMessageWindowList, hContact); + HWND hwnd = WindowList_Find(pci->hWindowList, hContact); if (hwnd == NULL) hwnd = SM_FindWindowByContact(hContact); if (hwnd != NULL) -- cgit v1.2.3