To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73550
User as changed the following:
What |Old value |New value
================================================================================
CC|'helgekraak' |'helgekraak,mmeeks'
--------------------------------------------------------------------------------
Target milestone|OOo 2.2 |OOo 2.2.1
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jan 18 07:44:52 -0800
2007 -------
AS->mmeeks: Michael; this behaviour was introduced by your changes made for the
GTK quickstart module. The diff of file "sfx2/source/appl/shutdownicon.cxx" show
the following change (among some other ones):
729a800,802
> ShutdownIcon *pIcon = ShutdownIcon::createInstance();
> if( pIcon )
> pIcon->initSystray();
735a809,811
> ShutdownIcon *pIcon = getInstance();
> if( pIcon )
> pIcon->deInitSystray();
The call deInitSystray() force calling the method win32_shutdown_sys_tray()
inside file shutdowniconw32.cxx. And there all internaly used windows will be
destroyed. But the command IDS_EXIT of the quickstart menu wont call
Desktop::terminate directly ... it uses PostMessage() to do it asynchronous ...
But at this point no window exists, so these message wont reach the piece of
code, where Desktop::terminate() will be called ... and the office will stay in
memory without any UI.
Because this change cant be made without checking ALL existing quickstart
implementations ... it seams to be to late for OOo 2.2. So I set the target to
OOo 2.2.1.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]