SVN Commit by dpage: r6501 - trunk/pgadmin3/pgadmin/debugger - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r6501 - trunk/pgadmin3/pgadmin/debugger
Date
Msg-id 200707271514.l6RFETlL017144@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage

Date: 2007-07-27 15:14:29 +0000 (Fri, 27 Jul 2007)

New Revision: 6501

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

Log:
In ctlCodeWindow::OnSelectFrame(), I'm now checking the event.GetSelection() before sending a "SELECT FRAME" message to
thedebugger proxy; it looks like wxWidgets now sends (at least) two messages when you click on a ListBox entry - we
wantto ignore most of those messages and just send one request to the server when the user clicks on a stack-frame
entry.[Korry Douglas] 


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

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6500 - in trunk/pgadmin3/pgadmin: debugger include/debugger schema
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6502 - trunk/pgadmin3/pgadmin/debugger