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

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4585 - trunk/pgadmin3/src/main
Date: 2005-10-20 15:35:27
Message-ID: 200510201535.j9KFZRNj014805@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2005-10-21 13:45:48
Previous Message svn 2005-10-20 14:59:33 SVN Commit by andreas: r4584 - trunk/pgadmin3