]> git.lyx.org Git - lyx.git/commit
Fix crash on Mac, now the strange part
authorPeter Kümmel <syntheticpp@gmx.net>
Wed, 29 Nov 2006 21:36:39 +0000 (21:36 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Wed, 29 Nov 2006 21:36:39 +0000 (21:36 +0000)
commit1000b8d218e521df4cebade8aa549e374118203f
tree62af5451cddc53a9fb6128eed880b7ea5766fb69
parentcdfed1ce7d1c306128f953c6fa4547af2d863e4e
Fix crash on Mac, now the strange part
  Part 2: avoid pure virtual function,
          if (theApp)
               theApp->unregisterSocketCallback(fd_);
          does not help, we've tested it!
          Without a Mac it is hard to find a better solution

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16110 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/Application.h
src/frontends/qt4/GuiApplication.C
src/frontends/qt4/GuiApplication.h