From: Abdelrazak Younes Date: Sun, 28 Jan 2007 22:27:26 +0000 (+0000) Subject: Fix this bug: X-Git-Tag: 1.6.10~11011 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4455968d79aefd05db22e71ca7becbf5f25ea000;p=lyx.git 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 --- 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(); }