mirror of
https://github.com/KDE/konsole.git
synced 2026-05-04 20:55:56 -04:00
Update profile shortcuts in the menus immediately when they are changed in the 'Manage Profiles' dialog. Previously the changes did not take effect until a new window was created.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=756866
This commit is contained in:
@@ -593,6 +593,8 @@ void SessionManager::setShortcut(const QString& profileKey ,
|
||||
// TODO - This won't work if the profile doesn't
|
||||
// have a path yet
|
||||
_shortcuts.insert(keySequence,data);
|
||||
|
||||
emit shortcutChanged(profileKey,keySequence);
|
||||
}
|
||||
void SessionManager::loadFavorites()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user