To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70517
------- Additional comments from [EMAIL PROTECTED] Wed Nov 15 03:49:54 -0800
2006 -------
So - 1 hypothesis, that it's getting called via the ShutdownIcon::initialize
method as the component is activated cannot be so:
cmdlineargs.cxx:
else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-quickstart"
)) ==
sal_True )
{
#ifdef WNT
SetBoolParam_Impl( CMD_BOOLPARAM_QUICKSTART, sal_True );
#endif
So the bQuickStart we get passed in the init args cannot be true:
sal_Bool bQuickstart = sal_False;
bQuickstart = ::cppu::any2bool( aArguments[0] );
if( !bQuickstart && !GetAutostart() )
return;
GetAutostart always returns false with no quickstart enabled; so we should get
an immediate return here, and not call the disabled_initSystray ever [ which is
what I see ].
Hmm - Pavel, any chance of a backtrace from shutdownicon.cxx
'disabled_initSystray' ? in your build ?
---------------------------------------------------------------------
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]