mirror of
https://github.com/KDE/konsole.git
synced 2026-05-18 19:47:16 -04:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user