compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2770 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2001-09-18 12:59:06 +00:00
parent 6bbcb978c5
commit 72867958de
3 changed files with 22 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2001-09-18 John Levon <moz@compsoc.man.ac.uk>
* QRef.C: fix compile
* README: update
2001-09-09 Lars Gullik Bjønnes <larsbj@birdstep.com> 2001-09-09 Lars Gullik Bjønnes <larsbj@birdstep.com>
* Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on * Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on

View File

@ -157,7 +157,7 @@ void QRef::updateRefs()
if (at_ref_) if (at_ref_)
gotoRef(); gotoRef();
dialog_->refsLB->clear(); dialog_->refsLB->clear();
refs_ = controller().getLabelList(); refs_ = controller().getLabelList(string());
dialog_->sortCB->setEnabled(!refs_.empty()); dialog_->sortCB->setEnabled(!refs_.empty());
dialog_->refsLB->setEnabled(!refs_.empty()); dialog_->refsLB->setEnabled(!refs_.empty());
redoRefs(); redoRefs();

View File

@ -62,18 +62,29 @@ PB - push button
Dialog Maintainer MVC conversion Dialog Maintainer MVC conversion
---------------------------------------------- ----------------------------------------------
About John Done About John Done
Bibitem John Done
Bibtex John Done Bibtex John Done
Character Edwin Done Character Edwin Done
Citation Kalle Done Citation Kalle Done
Document Kalle Waiting for MVC Document Kalle Waiting for MVC
ERT John Done
Error John Done Error John Done
External John Done
Graphics John Done
Include John Done
Index Kalle Done Index Kalle Done
Log John Done
Minipage John Done
Paragraph Edwin Waiting for MVC Paragraph Edwin Waiting for MVC
Print Edwin Preamble John Done
Print Edwin Done
Ref Kalle Done Ref Kalle Done
Search Edwin Search Edwin Done
Spellchecker John Done
Splash Edwin Splash Edwin
Tabular Waiting for MVC Tabular Waiting for MVC
TabularCreate Edwin TabularCreate Edwin Done
Toc Kalle Thesaurus John Done
Toc Kalle Waiting to be updated
Url Kalle Done Url Kalle Done
VCLog John Done