[PATCH] explorerframe: Return success from ThumbBarSetImageList().

Nikolay Sivov nsivov at codeweavers.com
Thu Nov 28 00:09:32 CST 2019


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/explorerframe/taskbarlist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/explorerframe/taskbarlist.c b/dlls/explorerframe/taskbarlist.c
index 10ad84b639..44b8a8ab91 100644
--- a/dlls/explorerframe/taskbarlist.c
+++ b/dlls/explorerframe/taskbarlist.c
@@ -216,7 +216,7 @@ static HRESULT STDMETHODCALLTYPE taskbar_list_ThumbBarSetImageList(ITaskbarList4
 {
     FIXME("iface %p, hwnd %p, himl %p stub!\n", iface, hwnd, himl);
 
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 static HRESULT STDMETHODCALLTYPE taskbar_list_SetOverlayIcon(ITaskbarList4 *iface,
-- 
2.24.0




More information about the wine-devel mailing list