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 because the connection variable isn't 
already set. We could set the connection before the CheckChange but I prefer to 
delete the 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(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to