[Konsole-devel] [Bug 103619] Konsole no longer saves schema setting
Kurt V.Hindenburg
kurt.hindenburg at kdemail.net
Mon Apr 11 03:05:52 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=103619
kurt.hindenburg kdemail net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From kurt.hindenburg kdemail net 2005-04-11 05:04 -------
CVS commit by hindenburg:
Fix saving of schema
BUG: 103619
M +1 -0 konsole.cpp 1.533
--- kdebase/konsole/konsole/konsole.cpp #1.532:1.533
@ -1429,4 +1429,5 @ void Konsole::saveProperties(KConfig* co
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);
More information about the konsole-devel
mailing list