pgAdmin III commit: Add to the main window a link to each query window

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add to the main window a link to each query window
Date: 2010-08-26 20:32:16
Message-ID: 201008262032.o7QKWGYB085405@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2be167524046601c7f2435a3d54b379a8cc336b8
Author: Steffen Kuhn <pg(at)kuhnsteffen(dot)de>

Log Message
-----------
Add to the main window a link to each query window

frmQuery windows can be launched from differents parts of the code. Some
didn't take care to add the new frmQuery window to the frames of the main
window. This patch takes care of this in the launch code and in the frmStatus
window.

Fixes #223. Report by Franz Fritsche. Patch from Steffen Kuhn, with a minor
addition from me.

Branch
------
master

Modified Files
--------------
pgadmin/frm/frmStatus.cpp | 1 +
pgadmin/pgAdmin3.cpp | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-08-26 20:33:14 Re: Ticket #223
Previous Message Guillaume Lelarge 2010-08-26 20:03:06 Re: Ticket #223