summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/mainwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/mainwindow.cpp b/noncore/apps/opie-console/mainwindow.cpp
index b177fa5..745efaf 100644
--- a/noncore/apps/opie-console/mainwindow.cpp
+++ b/noncore/apps/opie-console/mainwindow.cpp
@@ -409,2 +409,4 @@ void MainWindow::slotClose() {
}
+
+ m_kb->loadDefaults();
}
@@ -458,2 +460,4 @@ void MainWindow::create( const Profile& prof ) {
if(w) w->setFocus();
+
+ m_kb->load(currentSession()->profile());
}
@@ -521,2 +525,4 @@ void MainWindow::slotSessionChanged( Session* ses ) {
if(w) w->setFocus();
+
+ m_kb->load(currentSession()->profile());
}