CVS commit by teske: Honor openAfterCurrentPage for tabs opened by middle clicking on bookmarks or the home icon. CCBUG:89103, 98623 M +2 -0 konq_mainwindow.cc 1.1406.2.3 --- kdebase/konqueror/konq_mainwindow.cc #1.1406.2.2:1.1406.2.3 @@ -1777,4 +1777,5 @@ void KonqMainWindow::slotHome(KAction::A KonqOpenURLRequest req; req.newTab = true; + req.openAfterCurrentPage = config->readBoolEntry( "OpenAfterCurrentPage", false ); req.newTabInFront = config->readBoolEntry( "NewTabsInFront", false ) ; @@ -3953,4 +3954,5 @@ void KonqMainWindow::slotOpenBookmarkURL KonqOpenURLRequest req; req.newTab = true; + req.openAfterCurrentPage = config->readBoolEntry( "OpenAfterCurrentPage", false ); req.newTabInFront = config->readBoolEntry( "NewTabsInFront", false ) ;