Re: r35970 - lyx-devel/trunk/src/frontends/qt4

2010-11-02 Thread Peter Kümmel
On 02.11.2010 14:46, Vincent van Ravesteijn wrote: > Sorry, Peter already did this. > > Vincent > Sorry, should have dropped a mail to the list. But it's nice to see others have similar ideas. Peter

Re: r35970 - lyx-devel/trunk/src/frontends/qt4

2010-11-02 Thread Vincent van Ravesteijn
Sorry, Peter already did this. Vincent

Re: r35970 - lyx-devel/trunk/src/frontends/qt4

2010-11-02 Thread Vincent van Ravesteijn
Author: rgheck Date: Mon Nov 1 20:37:59 2010 New Revision: 35970 URL: http://www.lyx.org/trac/changeset/35970 Log: Fix bug #7002. I think this is correct, but Peter should check. May I, may I ? func_ = f; - callInGuiThread(); + if (theApp() == 0)