diff --git a/src/SessionController.cpp b/src/SessionController.cpp index 80f5ac7f0..3b6f66001 100644 --- a/src/SessionController.cpp +++ b/src/SessionController.cpp @@ -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() {