From 4455968d79aefd05db22e71ca7becbf5f25ea000 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sun, 28 Jan 2007 22:27:26 +0000 Subject: [PATCH] Fix this bug: After saving a new file or "save as.." the filename is not updated in the tab. This patch fixes this. Credits goes to Bernhard Roider. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16921 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/LyXView.C | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/LyXView.C b/src/frontends/LyXView.C index 8c6059bf75..db10e712e6 100644 --- a/src/frontends/LyXView.C +++ b/src/frontends/LyXView.C @@ -417,6 +417,7 @@ void LyXView::updateWindowTitle() } setWindowTitle(maximize_title, minimize_title); + updateTab(); } -- 2.39.5