mirror of
https://github.com/KDE/konsole.git
synced 2026-05-06 05:36:40 -04:00
Add the hide action before we set the xmlguiclient so the action is found when
making the menu. BUG: 151421 svn path=/trunk/KDE/kdebase/apps/konsole/; revision=738433
This commit is contained in:
@@ -144,11 +144,11 @@ void MainWindow::activeViewChanged(SessionController* controller)
|
||||
connect( controller , SIGNAL(titleChanged(ViewProperties*)) ,
|
||||
this , SLOT(activeViewTitleChanged(ViewProperties*)) );
|
||||
|
||||
controller->setShowMenuAction( _toggleMenuBarAction );
|
||||
guiFactory()->addClient(controller);
|
||||
|
||||
// set the current session's search bar
|
||||
controller->setSearchBar( searchBar() );
|
||||
controller->setShowMenuAction( _toggleMenuBarAction );
|
||||
|
||||
// update session title to match newly activated session
|
||||
activeViewTitleChanged(controller);
|
||||
|
||||
Reference in New Issue
Block a user