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


User mmeeks changed the following:

                  What    |Old value                 |New value
================================================================================
                Issue type|DEFECT                    |PATCH
--------------------------------------------------------------------------------
          Target milestone|---                       |OOo 2.0
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Feb  7 08:25:11 -0800 
2005 -------
The 2nd patch:

--- vcl/unx/gtk/app/gtkdata.cxx 21 Jan 2005 13:36:06 -0000      1.14
+++ vcl/unx/gtk/app/gtkdata.cxx 7 Feb 2005 16:24:47 -0000
@@ -699,7 +699,12 @@ void GtkXLib::Yield( BOOL bWait )
         YieldMutexReleaser aReleaser;
         
         if( bDispatchThread )
-            g_main_context_iteration( NULL, bWait );
+               {
+                       if( !bWait )
+                               while( g_main_context_iteration( NULL, bWait ) 
);
+                       else
+                               g_main_context_iteration( NULL, TRUE );
+               }
         else
             osl_waitCondition( m_aDispatchCondition, NULL );
     }



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