Skip to content

Commit

Permalink
TEIIDDES-3098 fixed OK enablement
Browse files Browse the repository at this point in the history
  • Loading branch information
blafond committed Aug 23, 2017
1 parent 53295d5 commit 22941f1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -225,6 +225,7 @@ public void modifyText(ModifyEvent e) {
jndiName = jndiNameField.getText();
msgLabel.setText(message);
msgLabel.setImage(null);
enable(true);
} else {
msgLabel.setText(status);
msgLabel.setImage(UiPlugin.getDefault().getImage(UiPlugin.Images.ERROR_ICON));
Expand Down

0 comments on commit 22941f1

Please sign in to comment.