[Konsole-devel] [Bug 73695] Sending input to added session not working

Stephan Binner binner at kde.org
Thu Jan 29 15:59:27 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=73695      
binner at kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From binner at kde.org  2004-01-29 16:59 -------
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 at 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();
     }
-  }
 }



More information about the konsole-devel mailing list