mirror of
https://github.com/KDE/konsole.git
synced 2026-02-01 10:51:33 -05:00
The 'Send Input to All' feature is not in good enough shape at this point to include in the release. This commit disables the code which creates the menu item for it.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=754011
This commit is contained in:
@@ -454,9 +454,13 @@ void SessionController::setupActions()
|
||||
connect( action , SIGNAL(triggered()) , this , SLOT(renameSession()) );
|
||||
|
||||
// Send to All
|
||||
toggleAction = new KToggleAction(i18n("Send Input to All"),this);
|
||||
action = collection->addAction("send-input-to-all",toggleAction);
|
||||
connect( action , SIGNAL(toggled(bool)) , this , SIGNAL(sendInputToAll(bool)) );
|
||||
|
||||
//TODO - Complete the implementation of 'Send Input to All' for
|
||||
// a future KDE 4 release
|
||||
//
|
||||
//toggleAction = new KToggleAction(i18n("Send Input to All"),this);
|
||||
//action = collection->addAction("send-input-to-all",toggleAction);
|
||||
//connect( action , SIGNAL(toggled(bool)) , this , SIGNAL(sendInputToAll(bool)) );
|
||||
|
||||
// Clear and Clear+Reset
|
||||
action = collection->addAction("clear");
|
||||
|
||||
Reference in New Issue
Block a user