--- src/ui/dlgHbaConfig.cpp.orig Thu Dec 16 02:07:11 2004 +++ src/ui/dlgHbaConfig.cpp Thu Dec 16 02:07:39 2004 @@ -297,7 +297,7 @@ } btnOK->Enable(cbType->GetSelection() >= 0 && !database.IsEmpty() && !user.IsEmpty() && - cbMethod->GetSelection() >= 0 && ipValid); + cbMethod->GetSelection() >= 0); }