Обсуждение: SVN Commit by dpage: r4585 - trunk/pgadmin3/src/main

Поиск
Список
Период
Сортировка

SVN Commit by dpage: r4585 - trunk/pgadmin3/src/main

От
svn@pgadmin.org
Дата:
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)