Commit 5a2aa4a8 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

ieframe: Update back/forward navigation state in CMDID_EXPLORER_UPDATEHISTORY handler.

parent 670459b7
......@@ -749,6 +749,7 @@ static HRESULT WINAPI ClOleCommandTarget_Exec(IOleCommandTarget *iface,
switch(nCmdID) {
case CMDID_EXPLORER_UPDATEHISTORY:
update_travellog(This);
update_navigation_commands(This);
return S_OK;
default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment