From 3bd4637e8a01b5d3fa4d9ca2092a6e5f1021b93f Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Mon, 11 Apr 2005 03:04:25 +0000 Subject: [PATCH] Fix saving of schema BUG: 103619 svn path=/trunk/kdebase/konsole/; revision=404710 --- konsole/konsole.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/konsole/konsole.cpp b/konsole/konsole.cpp index 1f4576b3..a2c256ed 100644 --- a/konsole/konsole.cpp +++ b/konsole/konsole.cpp @@ -1428,6 +1428,7 @@ void Konsole::saveProperties(KConfig* config) { } config->writeEntry("Fullscreen",b_fullscreen); config->writeEntry("defaultfont", (se->widget())->getVTFont()); + s_kconfigSchema = colors->find( se->schemaNo() )->relPath(); config->writeEntry("schema",s_kconfigSchema); config->writeEntry("scrollbar",n_scroll); config->writeEntry("tabbar",n_tabbar);