pgAdmin III commit: Fix crash when opening a dlgType

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix crash when opening a dlgType
Дата
Msg-id E1R8Ro1-0006wV-VS@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix crash when opening a dlgType

At the opening of the dialog, we do a CheckChange for no reason (at least, I don't see one) and this triggers a crash
becausethe connection variable isn't already set. We could set the connection before the CheckChange but I prefer to
deletethe not-needed CheckChange call. 

Per "report" from Vladimir Kokovic.

Branch
------
master

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

Modified Files
--------------
pgadmin/dlg/dlgType.cpp |    3 ---
1 files changed, 0 insertions(+), 3 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Automatic merge using stringmerge script.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgAgent crashes on failed connection