SVN Commit by dpage: r4585 - trunk/pgadmin3/src/main - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r4585 - trunk/pgadmin3/src/main
Date
Msg-id 200510201535.j9KFZRNj014805@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage
Date: 2005-10-20 16:35:27 +0100 (Thu, 20 Oct 2005)
New Revision: 4585

Modified:
   trunk/pgadmin3/src/main/dlgClasses.cpp
Log:
Use wxYield instead of wxSafeYield in the maintenance dialogue.

Modified: trunk/pgadmin3/src/main/dlgClasses.cpp
===================================================================
--- trunk/pgadmin3/src/main/dlgClasses.cpp    2005-10-20 14:59:33 UTC (rev 4584)
+++ trunk/pgadmin3/src/main/dlgClasses.cpp    2005-10-20 15:35:27 UTC (rev 4585)
@@ -449,7 +449,7 @@
             // here could be the animation
             if (txtMessages)
                 txtMessages->AppendText(thread->GetMessagesAndClear());
-            wxSafeYield(this);
+            wxYield();
         }

         if (thread)


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4584 - trunk/pgadmin3
Next
From: "Dave Page"
Date:
Subject: