Thread: SVN Commit by mha: r5296 - in trunk/pgadmin3/src: . ctl dlg frm main

SVN Commit by mha: r5296 - in trunk/pgadmin3/src: . ctl dlg frm main

From
svn@pgadmin.org
Date:
Author: mha

Date: 2006-08-24 15:33:10 +0100 (Thu, 24 Aug 2006)

New Revision: 5296

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5296&view=rev

Log:
Replace calls to deprecated wxYield() function with wxTheApp->Yield(). This should fix assertions firing when executing
concurrentqueries in different query windows. 

Per discussion with Dave.


Modified:
   trunk/pgadmin3/src/ctl/explainCanvas.cpp
   trunk/pgadmin3/src/dlg/dlgHbaConfig.cpp
   trunk/pgadmin3/src/frm/frmEditGrid.cpp
   trunk/pgadmin3/src/frm/frmQuery.cpp
   trunk/pgadmin3/src/frm/frmReport.cpp
   trunk/pgadmin3/src/main/dlgClasses.cpp
   trunk/pgadmin3/src/pgAdmin3.cpp