Disable another action not relevant to the KPart.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=787503
This commit is contained in:
Eike Hein
2008-03-19 12:03:44 +00:00
parent 815379c7aa
commit d0cdefff44

View File

@@ -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 );
}
}