[Konsole-devel] [Bug 83162] Option --notabbar interferes with --schema
Kurt V.Hindenburg
khindenburg at cherrynebula.net
Wed Jul 14 18:17:40 UTC 2004
------- 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
------- Additional Comments From khindenburg cherrynebula net 2004-07-14 20:17 -------
In main.cpp, around line 545:
1. If --notabbar is given, m->show() does not "call" activateSession()
2. If --notabbar is NOT given, then activateSession is "called".
I tested this using kdDebug() statements...
Hack to fix this bug is to add
m->activateSession(0);
before the m->show() line in main.cpp.
However, as to the real reason for this... dunno.
More information about the konsole-devel
mailing list