mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 04:04:18 -04:00
Disable clear & reset actions when the secondary screen is in use.
BUG:204741 FIXED-IN: 4.8
This commit is contained in:
@@ -520,6 +520,8 @@ SessionController* ViewManager::createController(Session* session , TerminalDisp
|
||||
SessionController* controller = new SessionController(session,view,this);
|
||||
connect( controller , SIGNAL(focused(SessionController*)) , this , SLOT(controllerChanged(SessionController*)) );
|
||||
connect( session , SIGNAL(destroyed()) , controller , SLOT(deleteLater()) );
|
||||
connect( session , SIGNAL(primaryScreenInUse(bool)) ,
|
||||
controller , SLOT(setupPrimaryScreenSpecificActions(bool)) );
|
||||
connect( view , SIGNAL(destroyed()) , controller , SLOT(deleteLater()) );
|
||||
|
||||
// if this is the first controller created then set it as the active controller
|
||||
|
||||
Reference in New Issue
Block a user