Nikolay Sivov : explorerframe: Return success from ThumbBarSetImageList().

Alexandre Julliard julliard at winehq.org
Mon Apr 20 15:01:52 CDT 2020


Module: wine
Branch: oldstable
Commit: ccb9b6bbe8c3ea8414a8699f0bce2a384b4b2cad
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ccb9b6bbe8c3ea8414a8699f0bce2a384b4b2cad

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Nov 28 09:09:32 2019 +0300

explorerframe: Return success from ThumbBarSetImageList().

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 27eee2d9ac5b9e373e10fc829f54e637e8b54e76)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 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,




More information about the wine-cvs mailing list