Fix konsoleprofile changes to view-related properties not

being applied.

BUG: 160192

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=799576
wilder-portage
Robert Knight 18 years ago
parent fcff55de16
commit b08c09b533
  1. 2
      src/SessionManager.cpp

@ -678,6 +678,8 @@ void SessionManager::sessionProfileCommandReceived(const QString& text)
}
_sessionProfiles[session] = newProfile;
applyProfile(newProfile,true);
emit sessionUpdated(session);
}
QKeySequence SessionManager::shortcut(Profile::Ptr info) const

Loading…
Cancel
Save