To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65304





------- Additional comments from [EMAIL PROTECTED] Fri May 12 01:33:11 -0700 
2006 -------
In the KDE plugin, we simply have m_bStartupDone attribute to remember whether  
it was called:  
  
SalKDEDisplay::~SalKDEDisplay()  
{  
    // in case never a frame opened  
    static_cast<KDEXLib*>(GetXLib())->doStartup();  
[etc.]  
  
void KDEXLib::doStartup()  
{  
    if( ! m_bStartupDone )  
    {  
        KStartupInfo::appStarted();  
        m_bStartupDone = true;  
        #if OSL_DEBUG_LEVEL > 1  
        fprintf( stderr, "called KStartupInfo::appStarted()\n" );  
        #endif  
    }  
}  
  
IIRC, it was safe to call it twice in the KDE case, but just for case... ;-)  

---------------------------------------------------------------------
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]

Reply via email to