fix copy&paste bug.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22051 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-12-09 23:16:07 +00:00
parent 5db88b5d56
commit e5bac2fe88

View File

@ -39,7 +39,7 @@ void GuiDialog::setButtonsValid(bool valid)
void GuiDialog::slotApply()
{
applyView();
apply();
bc().apply();
}
@ -47,7 +47,7 @@ void GuiDialog::slotApply()
void GuiDialog::slotOK()
{
is_closing_ = true;
applyView();
apply();
is_closing_ = false;
QDialog::hide();
bc().ok();