From: Abdelrazak Younes Date: Thu, 22 Nov 2007 22:49:11 +0000 (+0000) Subject: compile fix. Sorry. X-Git-Tag: 1.6.10~7260 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=573722b8dedc03783c5589361d4277be40c5e2a5;hp=baa9153134319caa1e9e4a5ac66a6bb7b648678b;p=lyx.git compile fix. Sorry. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21718 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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()); } } }