The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 03f98402f48507a56d68d1d3d4342e8387775df8 Author: Vincent van Ravesteijn <[email protected]> Date: Fri May 10 16:20:14 2013 +0200 Fix crash with FindAndReplaceUi In commit bd9e8fecd the currentIndex of the FindAndReplaceAdv Pane was changed from 0 to 1. Since then LyX crashed when requesting the pane or when changing LyX preferences. This patch reverts this, although it is not clear why it would crash otherwise. It is still committed like this, because LyX is unusable without. diff --git a/src/frontends/qt4/ui/FindAndReplaceUi.ui b/src/frontends/qt4/ui/FindAndReplaceUi.ui index 51a08cc..ecca12f 100644 --- a/src/frontends/qt4/ui/FindAndReplaceUi.ui +++ b/src/frontends/qt4/ui/FindAndReplaceUi.ui @@ -20,7 +20,7 @@ <string>TabWidget</string> </property> <property name="currentIndex"> - <number>1</number> + <number>0</number> </property> <widget class="QWidget" name="basicTab"> <attribute name="title"> ----------------------------------------------------------------------- Summary of changes: src/frontends/qt4/ui/FindAndReplaceUi.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
