clear the thesaurus list boxes !!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2599 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2001-08-27 21:01:04 +00:00
parent dc575158c6
commit b8beae4a70
2 changed files with 28 additions and 0 deletions

View File

@ -1,3 +1,25 @@
2001-08-27 John Levon <moz@compsoc.man.ac.uk>
* QThesaurusDialog.C: whoops, forgot to clear before update
2001-08-27 John Levon <moz@compsoc.man.ac.uk>
* QBibtex.C:
* QBibtexDialog.h:
* QBibtexDialog.C:
* ui/QBibtexDialog.ui: fix some things, add
delete button
* QExternalDialog.C: fix file dialog thing
* QThesaurus.h:
* QThesaurus.C:
* QThesaurusDialog.h:
* QThesaurusDialog.C:
* ui/QThesaurusDialog.ui: fix compile, get working
* moc/Makefile.am: fix builddir != srcdir
2001-08-27 John Levon <moz@compsoc.man.ac.uk>
* ui/*.ui:

View File

@ -80,6 +80,12 @@ void QThesaurusDialog::updateLists()
ControlThesaurus & control(form_->controller());
string const entry(entryED->text().latin1());
nounsLB->clear();
verbsLB->clear();
adjectivesLB->clear();
adverbsLB->clear();
otherLB->clear();
std::vector<string> matches;
matches = control.getNouns(entry);