]> git.lyx.org Git - lyx.git/commitdiff
compile fix. Sorry.
authorAbdelrazak Younes <younes@lyx.org>
Thu, 22 Nov 2007 22:49:11 +0000 (22:49 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 22 Nov 2007 22:49:11 +0000 (22:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21718 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index 1c6c760e75ee8211b2ec38eb162b618b5d4e5c68..3859a95b0d0c62ad7002ebc0d60edb215c124723 100644 (file)
@@ -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());
                }
        }
 }