mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 12:15:33 -04:00
Disable another action not relevant to the KPart.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=787503
This commit is contained in:
@@ -599,6 +599,9 @@ void ViewManager::setNavigationMethod(NavigationMethod method)
|
||||
|
||||
action = collection->action( "split-view-top-bottom" );
|
||||
if ( action ) action->setEnabled( _navigationMethod != NoNavigation );
|
||||
|
||||
action = collection->action( "rename-session" );
|
||||
if ( action ) action->setEnabled( _navigationMethod != NoNavigation );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user