Fix crash with multiple window opening/closing.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22952 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-02-12 07:23:44 +00:00
parent ce651d565c
commit a464490870

View File

@ -538,6 +538,7 @@ void GuiView::updateStatusBar()
if (d.statusbar_timer_.isActive())
return;
theLyXFunc().setLyXView(this);
statusBar()->showMessage(toqstr(theLyXFunc().viewStatusMessage()));
}