From 573722b8dedc03783c5589361d4277be40c5e2a5 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 22 Nov 2007 22:49:11 +0000 Subject: [PATCH] compile fix. Sorry. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21718 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 1c6c760e75..3859a95b0d 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -1350,7 +1350,7 @@ void GuiView::updateBufferDependent(bool switched) const // A bit clunky, but the dialog will request // that the kernel provides it with the necessary // data. - dialog->slotRestore(); + dialog->updateDialog(dialog->name()); } } } -- 2.39.2