allow oauth2 login for appcfg.py (PY-7843)

This commit is contained in:
Dmitry Jemerov
2012-11-30 17:31:02 +01:00
parent de3fd218e1
commit 08045979e7
@@ -47,7 +47,7 @@ public abstract class IdeaDialog extends DialogWrapper {
field.getDocument().addDocumentListener(new MyDocumentListener());
}
protected void addUpdater(JCheckBox check) {
protected void addUpdater(JToggleButton check) {
check.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent actionEvent) {
updateOkButton();