pgAdmin III commit: Fix some issues with the prevention patch

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix some issues with the prevention patch
Дата
Msg-id E1Qy2R6-00075V-Ij@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix some issues with the prevention patch

* Couldn't change a column (because of the refresh of the table while the
  dialog was still open)
* Could drop a schema while a subitem dialog was open
* Wrong drop message

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4b8bb1f2a98be57df14e82110a8dfbfc92be7d57

Modified Files
--------------
pgadmin/dlg/dlgProperty.cpp |   12 ++++++++++++
pgadmin/frm/events.cpp      |    4 ++--
pgadmin/schema/pgServer.cpp |    2 +-
3 files changed, 15 insertions(+), 3 deletions(-)


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

Предыдущее
От: Marek Černocký
Дата:
Сообщение: Updated Czech translation
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Refresh objects on Click