Version: kdevelop 3.0.0.b2 (as of CVS/HEAD 2003-12-06; KDE 3.1.94 (3.2b2)) (using KDE Devel) Installed from: Compiled sources Compiler: gcc (GCC) 3.3 20030226 (prerelease) (SuSE Linux) libc 2.3.2; Linux 2.6.0-test11 OS: Linux If one closes the embedded konsole kpart with CTRL-D or "exit", the part is removed, but the frame/tab remains open. You can now close the child frame and open it again (or select another tab and come back to the konsole tab), but you'll never ever see a konsole kpart again, until you restart kdevelop.
Subject: kdevelop/parts/konsole CVS commit by dagerbo: If the embedded konsolepart is destroyed, recreate it. CCMAIL: 69713-done@bugs.kde.org M +1 -0 konsoleviewwidget.cpp 1.10 --- kdevelop/parts/konsole/konsoleviewwidget.cpp #1.9:1.10 @@ -108,4 +108,5 @@ void KonsoleViewWidget::partDestroyed() { part = 0; + activate(); }