[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE_3_4_BRANCH: kdebase/konqueror
From:       Daniel Teske <teske () squorn ! de>
Date:       2005-03-03 1:06:07
Message-ID: 20050303010607.369C816EF1 () office ! kde ! org
[Download RAW message or body]

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 ) ;
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic