]> git.lyx.org Git - features.git/commit
Fixes for the FileFormat pane of GuiPrefs.cpp:
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 22 Nov 2009 00:19:50 +0000 (00:19 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 22 Nov 2009 00:19:50 +0000 (00:19 +0000)
commitf1dd63ec2422a7f3c803d9e1898057d1bf9979c6
tree02040815d2a1a33551062db05e3b12d98fb1da7f
parent77c771e3b6599a81173a1834aa60e33d66f1b7a4
Fixes for the FileFormat pane of GuiPrefs.cpp:

- We have to block the signals coming from viewerCO and editorCO, otherwise the signal handlers will clear the customly set viewer or editor.

- A copy-paste error made the custom viewer to be changed when changing the editor combobox.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32143 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiPrefs.cpp