I find one more issue on windows, from dlgDirectDbg::OnClose we're calling Close
authordpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Tue, 5 May 2009 10:06:30 +0000 (10:06 +0000)
committerdpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Tue, 5 May 2009 10:06:30 +0000 (10:06 +0000)
commit43257df849fe29ab3a9304039b9917ace983e031
treec2ca69ad92d7224a8f2dcc1059a40e0682852b7a
parent50d63ccd6cf37479a667180de11e300fa3dfb5ac
I find one more issue on windows, from dlgDirectDbg::OnClose we're calling Close
function for the frmMain window. As dlgDirectDbg is child of the frmMain, it will
also call Close function for dlgDirectDbg. Hence, this will leads to infinite
recursive call on windows. I don't understand, why it is not the case with gtk/MacOS.

[Ashesh Vashi]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7839 a7884b65-44f6-0310-8a51-81a127f17b15
pgadmin/debugger/dlgDirectDbg.cpp