| Summary: | Sending input to added session not working | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Dik Takken <kde> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.3 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Dik Takken
2004-01-28 18:15:32 UTC
Subject: KDE_3_2_BRANCH: kdebase/konsole/konsole CVS commit by binner: Fixed Bug 73695: Sending input to added session not working CCMAIL: 73695-done@bugs.kde.org M +2 -4 konsole.cpp 1.441.2.2 --- kdebase/konsole/konsole/konsole.cpp #1.441.2.1:1.441.2.2 @@ -2283,9 +2283,7 @@ void Konsole::addSession(TESession* s) setSchema(s->schemaNo()); tabwidget->setCurrentPage(tabwidget->count()-1); - if (s->isMasterMode()) { disableMasterModeConnections(); // no duplicate connections, remove old enableMasterModeConnections(); } - } } |