[Konsole-devel] [Bug 83162] Option --notabbar interferes with --schema=<transparent schema>
Kurt V.Hindenburg
kurt.hindenburg at kdemail.net
Mon Jan 3 05:16:56 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=83162
kurt.hindenburg kdemail net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From kurt.hindenburg kdemail net 2005-01-03 06:16 -------
CVS commit by hindenburg:
Fix bug when --schema=<some transparent schema> and the tabbar is hidden.
BUG: 83162
M +1 -0 main.cpp 1.277
--- kdebase/konsole/konsole/main.cpp #1.276:1.277
@ -557,4 +557,5 @ extern "C" int KDE_EXPORT kdemain(int ar
schema+=".schema";
m->setSchema(schema);
+ m->activateSession(0); // Fixes BR83162, transp. schema + notabbar
}
More information about the konsole-devel
mailing list