1 diff -ru sfx2/source/appl/shutdownicon.cxx sfx2/source/appl/shutdownicon.cxx
2 --- sfx2.orig/source/appl/shutdownicon.cxx 2009-04-21 12:57:08.000000000 +0100
3 +++ sfx2/source/appl/shutdownicon.cxx 2009-04-21 15:26:25.000000000 +0100
8 - (void) LoadModule( &m_pPlugin, &m_pInitSystray, &m_pDeInitSystray );
10 + (void) LoadModule( &m_pPlugin, &m_pInitSystray, &m_pDeInitSystray );
25 - m_pDeInitSystray = 0;
31 m_bInitialized = false;
33 ShutdownIcon::~ShutdownIcon()
36 + //Bustage on dlclosing when: no qstarter, start writer, enable, close writer, choose disable/quit
37 + //dlclose gets called and pulls .so from under hack-tower
43 // ---------------------------------------------------------------------------