[Konsole-devel] [Bug 98472] Incorrect schema in detached sessions
Kurt V.Hindenburg
kurt.hindenburg at kdemail.net
Fri Apr 22 17:38:43 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=98472
------- Additional Comments From kurt.hindenburg kdemail net 2005-04-22 19:38 -------
CVS commit by hindenburg:
Fix incorrect schema in detached sessions.
CCBUG: 98472
M +2 -0 schema.cpp 1.55.4.1
--- kdebase/konsole/konsole/schema.cpp #1.55:1.55.4.1
@ -464,4 +464,6 @ ColorSchemaList::ColorSchemaList() :
append(defaultSchema);
setAutoDelete(true);
+
+ ColorSchema::serial=1; // Needed for detached sessions
}
More information about the konsole-devel
mailing list