]> git.lyx.org Git - features.git/commit
Repair behavior of citation dialog after all the recent changes in src/frontends...
authorRichard Heck <rgheck@comcast.net>
Sat, 15 Sep 2007 01:53:26 +0000 (01:53 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 15 Sep 2007 01:53:26 +0000 (01:53 +0000)
commit6f0703e707a529823fe23342fd01ae36e8b5c8aa
tree43ba903c75a278c18bbb9161616116827224708e
parentdbe7b13f6591d27608c3c6e38d77502c46dba5e6
Repair behavior of citation dialog after all the recent changes in src/frontends/. Previously, there had been a virtual initialiseParams() method in QCitation which overrode the corresponding method in ControlCitation. But now there is no "local" controller, and so intialiseParams() overrode nothing and so never got called.

I've also made some minor changes here to GuiSelectionManager, changing updateView(), which is now used as a commonly overridden method of GuiDialog, back to update(). The method does not serve the same purpose here.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20281 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiCitation.cpp
src/frontends/qt4/GuiCitation.h
src/frontends/qt4/GuiSelectionManager.cpp
src/frontends/qt4/GuiSelectionManager.h