Re: [Cvslog] r27991 - /lyx-devel/trunk/src/frontends/qt4/GuiView.cpp

2009-01-05 Thread Jürgen Spitzmüller
vfr wrote: > Author: vfr > Date: Mon Jan  5 01:00:19 2009 > New Revision: 27991 > > URL: http://www.lyx.org/trac/changeset/27991 > Log: > Fix crash when no new document can be created. I guess this is also needed for branch? Jürgen

Re: [Cvslog] r27991 - /lyx-devel/trunk/src/frontends/qt4/GuiView.cpp

2009-01-05 Thread Jean-Marc Lasgouttes
v...@lyx.org writes: > This occurs frequently when the temporary directory cannot be created > because it already exists. The temporary directory can exist as a > result of previous crashes of LyX. > // Ensure the cursor is correctly positionned on screen. > - view()->showCursor(); > +