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:
Robert Knight
2008-01-03 21:21:20 +00:00
parent 74397fa4e9
commit 35556fdbdd
3 changed files with 18 additions and 1 deletions

View File

@@ -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()
{