Hi,
 
Please find patch for bug described in this link,
 
http://www.postgresql.org/message-id/54abf43a.7030...@ifortuna.cz
 
regards,
Prasad
diff --git pgadmin/dlg/dlgServer.cpp pgadmin/dlg/dlgServer.cpp
index f6b51e7..47bad68 100644
--- pgadmin/dlg/dlgServer.cpp
+++ pgadmin/dlg/dlgServer.cpp
@@ -549,7 +549,8 @@ int dlgServer::Go(bool modal)
 		wxString colour = wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW).GetAsString(wxC2S_HTML_SYNTAX);
 		colourPicker->SetColour(colour);
 	}
-
+	//Call CheckRange to set state on OK button
+        CheckChange();
 	return dlgProperty::Go(modal);
 }
 
-- 
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