patch-desktop_source_app_app_cxx 509 B

12345678910111213
  1. $OpenBSD: patch-desktop_source_app_app_cxx,v 1.10 2016/09/04 12:02:49 robert Exp $
  2. --- desktop/source/app/app.cxx.orig.port Sun Sep 4 13:21:35 2016
  3. +++ desktop/source/app/app.cxx Sun Sep 4 13:27:45 2016
  4. @@ -631,7 +631,7 @@ void Desktop::DeInit()
  5. // clear lockfile
  6. m_xLockfile.reset();
  7. - RequestHandler::Disable();
  8. + RequestHandler::SetDowning();
  9. if( pSignalHandler )
  10. osl_removeSignalHandler( pSignalHandler );
  11. } catch (const RuntimeException&) {