[Konsole-devel] [Bug 98472] Incorrect schema in detached sessions
Kurt V.Hindenburg
kurt.hindenburg at kdemail.net
Wed Apr 20 18:20:38 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-20 20:20 -------
It appears the fix is much simplier than I thought, may have to wait for subversion move; should be in KDE 3.4.1
Index: schema.cpp
===================================================================
RCS file: /home/kde/kdebase/konsole/konsole/schema.cpp,v
retrieving revision 1.55
diff -u -p -r1.55 schema.cpp
--- schema.cpp 4 Feb 2004 16:48:06 -0000 1.55
+++ schema.cpp 20 Apr 2005 18:17:56 -0000
@ -463,6 +463,8 @ ColorSchemaList::ColorSchemaList() :
defaultSchema = new ColorSchema();
append(defaultSchema);
setAutoDelete(true);
+
+ ColorSchema::serial=1; // Needed for detaching sessions
}
ColorSchemaList::~ColorSchemaList()
More information about the konsole-devel
mailing list