SVN Commit by dpage: r7839 - trunk/pgadmin3/pgadmin/debugger

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r7839 - trunk/pgadmin3/pgadmin/debugger
Date: 2009-05-05 10:06:31
Message-ID: 200905051006.n45A6V0d027739@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage

Date: 2009-05-05 11:06:30 +0100 (Tue, 05 May 2009)

New Revision: 7839

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

Log:
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]

Modified:
trunk/pgadmin3/pgadmin/debugger/dlgDirectDbg.cpp

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2009-05-05 10:13:13 SVN Commit by dpage: r7840 - trunk/pgadmin3/pgadmin/debugger
Previous Message svn 2009-05-05 10:05:57 SVN Commit by dpage: r7838 - trunk/pgadmin3/pgadmin/debugger