ieframe: Update back/forward navigation state in CMDID_EXPLORER_UPDATEHISTORY handler.
This commit is contained in:
parent
670459b7bc
commit
5a2aa4a8a8
@ -749,6 +749,7 @@ static HRESULT WINAPI ClOleCommandTarget_Exec(IOleCommandTarget *iface,
|
|||||||
switch(nCmdID) {
|
switch(nCmdID) {
|
||||||
case CMDID_EXPLORER_UPDATEHISTORY:
|
case CMDID_EXPLORER_UPDATEHISTORY:
|
||||||
update_travellog(This);
|
update_travellog(This);
|
||||||
|
update_navigation_commands(This);
|
||||||
return S_OK;
|
return S_OK;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user