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

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Add to the main window a link to each query window
Дата
Msg-id 201008262032.o7QKWGwR085407@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9d9bb102536d053a32aed3c6b8ea16da9cd0b7dc
Author: Steffen Kuhn <pg@kuhnsteffen.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
------
REL-1_12_0_PATCHES

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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Add to the main window a link to each query window
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Ticket #223