From kde-commits Mon Mar 15 10:28:48 2004 From: Waldo Bastian Date: Mon, 15 Mar 2004 10:28:48 +0000 To: kde-commits Subject: KDE_3_2_BRANCH: kdebase/khelpcenter Message-Id: <20040315102848.7AC819993 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=107934653606496 CVS commit by waba: * Make sure to save a page in the right history entry (first save, then advance to next entry, not the other way around) * When navigating via the Navigator class, the last status of the old page was not always saved in the history (missing call to updateCurrentEntry) * Fix a small problem where URLs weren't found in the treeview because the URL has changed due to redirection and a problem with correctly highlighting an item when it was the current item already. (subtle difference between current item and selected item, sometimes there is no selected item but still a current item) M +6 -9 mainwindow.cpp 1.52.2.2 M +26 -6 navigator.cpp 1.79.2.1 M +1 -2 navigator.h 1.37.2.1