| Summary: | konsole kpart removed on exit/Ctrl-D; no way to show it again afterwards | ||
|---|---|---|---|
| Product: | [Developer tools] kdevplatform | Reporter: | Melchior Franz <mfranz> |
| Component: | konsole integration | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Melchior Franz
2003-12-06 11:37:44 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(); } |