[BROWSEUI]
authorJérôme Gardou <jerome.gardou@reactos.org>
Sat, 14 Dec 2013 16:10:59 +0000 (16:10 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Sat, 14 Dec 2013 16:10:59 +0000 (16:10 +0000)
 - Actually return the operation result.

svn path=/trunk/; revision=61271

reactos/dll/win32/browseui/bandsite.cpp

index 423f743..afc4887 100644 (file)
@@ -744,7 +744,7 @@ HRESULT STDMETHODCALLTYPE CBandSiteBase::Exec(const GUID *pguidCmdGroup, DWORD n
             default:
                 return E_FAIL;
         }
             default:
                 return E_FAIL;
         }
-        return S_OK;
+        return hRet;
     }
     else
         WARN("IOleCommandTarget::Exec(): Unsupported command group GUID\n");
     }
     else
         WARN("IOleCommandTarget::Exec(): Unsupported command group GUID\n");