mirror of
https://github.com/KDE/konsole.git
synced 2026-02-02 03:11:31 -05:00
Update tab text immediately when renaming a tab manually.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=670480
This commit is contained in:
@@ -577,7 +577,12 @@ void SessionController::renameSession()
|
||||
_session->tabTitleFormat(Session::LocalTabTitle) ,
|
||||
&ok );
|
||||
if ( ok )
|
||||
{
|
||||
_session->setTabTitleFormat(Session::LocalTabTitle,text);
|
||||
|
||||
// trigger an update of the tab text
|
||||
snapshot();
|
||||
}
|
||||
}
|
||||
void SessionController::saveSession()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user