]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt2/QURL.C
(Juergen Spitzmueller): fix activation state of the OK button when first
[features.git] / src / frontends / qt2 / QURL.C
index a7f7deccefc22eb73ff20af336e562e9fe1abaaa..bb44ce295e2e2613e50a7e77843001b5d588f0df 100644 (file)
@@ -54,6 +54,8 @@ void QURL::update_contents()
        dialog_->urlED->setText(toqstr(params.getContents()));
        dialog_->nameED->setText(toqstr(params.getOptions()));
        dialog_->hyperlinkCB->setChecked(params.getCmdName() != "url");
+       
+       bc().valid(isValid());
 }