Bug 69713 - konsole kpart removed on exit/Ctrl-D; no way to show it again afterwards
Summary: konsole kpart removed on exit/Ctrl-D; no way to show it again afterwards
Status: RESOLVED FIXED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: konsole integration (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-06 11:37 UTC by Melchior Franz
Modified: 2008-08-23 23:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Melchior Franz 2003-12-06 11:37:44 UTC
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.
Comment 1 Jens Dagerbo 2003-12-07 16:31:45 UTC
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();
 }