Implement saving of key binding changes. Adapt Pty changes to use Konsole's more verbose variable naming style.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=676902
This commit is contained in:
Robert Knight
2007-06-17 22:05:45 +00:00
parent 87f3afcdd0
commit ffda8d3ccc
7 changed files with 185 additions and 21 deletions

View File

@@ -652,6 +652,7 @@ void EditProfileDialog::showKeyBindingEditor(bool isNewTranslator)
if ( isNewTranslator )
newTranslator->setName(newTranslator->description());
qDebug() << "Adding new or modified translator to manager";
KeyboardTranslatorManager::instance()->addTranslator( newTranslator );
updateKeyBindingsList();