shdocvw: Return success code in ITaskBarList::HrInit.
authorAndrey Turkin <andrey.turkin@gmail.com>
Tue, 2 Mar 2010 04:55:00 +0000 (07:55 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 2 Mar 2010 10:14:00 +0000 (11:14 +0100)
dlls/shdocvw/taskbarlist.c

index 028169584f07e05b1af914c915b264d27fbc7512..2c380800ddfe48616a22c8a92f5eb666406ba031 100644 (file)
@@ -81,9 +81,9 @@ static ULONG STDMETHODCALLTYPE taskbar_list_Release(ITaskbarList *iface)
 
 static HRESULT STDMETHODCALLTYPE taskbar_list_HrInit(ITaskbarList *iface)
 {
-    FIXME("iface %p stub!\n", iface);
+    TRACE("iface %p\n", iface);
 
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 static HRESULT STDMETHODCALLTYPE taskbar_list_AddTab(ITaskbarList *iface, HWND hwnd)