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

This commit is contained in:
Jacek Caban 2015-08-18 14:01:08 +02:00 committed by Alexandre Julliard
parent 670459b7bc
commit 5a2aa4a8a8
1 changed files with 1 additions and 0 deletions

View File

@ -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: