]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FileDialog.C
fix problem with nroff detection, remove dead code with old floats, bogus message...
[lyx.git] / src / frontends / gnome / FileDialog.C
index 7f3d78957dc2d22914f324fdc2bf673c482c2013..162d49723f5bd598c1822bd4b55f416c52ee46c1 100644 (file)
@@ -116,9 +116,9 @@ FileDialog::Select(string const & path, string const & mask,
        private_->set_complete(mask);
        private_->set_filename(path+suggested);
        
-       ProhibitInput(lv_->view());
+       lv_->prohibitInput();
        string const filename = private_->exec();
-       AllowInput(lv_->view());
+       lv_->allowInput();
 
        // Collect the info and return it for synchronous dialog.
        return FileDialog::Result(Chosen, filename);