mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 19:14:48 +00:00
- Dont display NCRP_QUERY_PROPERTY_UI when the notification object has already been created
svn path=/trunk/; revision=37173
This commit is contained in:
parent
2bf8a47670
commit
178ca611e8
1 changed files with 3 additions and 2 deletions
|
@ -442,9 +442,10 @@ INetCfgComponent_fnRaisePropertyUi(
|
|||
hr = CreateNotificationObject(This,iface, pUnk);
|
||||
if (FAILED(hr))
|
||||
return hr;
|
||||
}
|
||||
|
||||
if (dwFlags == NCRP_QUERY_PROPERTY_UI)
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
dwDefPages = 0;
|
||||
Pages = 0;
|
||||
|
|
Loading…
Reference in a new issue