]> git.lyx.org Git - lyx.git/commitdiff
Fix this bug:
authorAbdelrazak Younes <younes@lyx.org>
Sun, 28 Jan 2007 22:27:26 +0000 (22:27 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 28 Jan 2007 22:27:26 +0000 (22:27 +0000)
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

index 8c6059bf75b9419b0055af0382edd4d3247ec4a4..db10e712e60bad87eac4d967fcf1105baf958430 100644 (file)
@@ -417,6 +417,7 @@ void LyXView::updateWindowTitle()
        }
 
        setWindowTitle(maximize_title, minimize_title);
+       updateTab();
 }