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) ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org