Second chunk of menubar changes, see http://reviewboard.kde.org/r/3875/ for details.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1122683
This commit is contained in:
Sascha Peilicke
2010-05-04 13:31:46 +00:00
parent d5a31b44e5
commit 45d27ec764
11 changed files with 141 additions and 174 deletions

View File

@@ -503,7 +503,7 @@ void SessionManager::applyProfile(Session* session, const Profile::Ptr info , bo
session->setTabTitleFormat( Session::RemoteTabTitle ,
info->property<QString>(Profile::RemoteTabTitleFormat));
// Scrollback / history
// History
if ( apply.shouldApply(Profile::HistoryMode) || apply.shouldApply(Profile::HistorySize) )
{
int mode = info->property<int>(Profile::HistoryMode);