pgAdmin III commit: Fix extension dialog

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix extension dialog
Дата
Msg-id E1QiXdn-0004EF-QQ@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix extension dialog

Since I commited the "change schema" patch, we cannot open the dlgExtension
dialog. The cbSchema widget is specific to objects belonging to a schema. So I
had to rename the cbSchema widget as an extension doesn't belong to a schema.

Branch
------
master

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

Modified Files
--------------
pgadmin/dlg/dlgExtension.cpp |   30 +++++++++++++++---------------
pgadmin/ui/dlgExtension.xrc  |    2 +-
2 files changed, 16 insertions(+), 16 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Copy/Paste table(s) functions - git context patch
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix adding a schema