Skip to content

Commit

Permalink
Stopped the wizard from crash and burn if there's no plug-ins found
Browse files Browse the repository at this point in the history
  • Loading branch information
KlasJoensson committed Aug 17, 2012
1 parent 88495e4 commit 085ef6b
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -231,7 +231,8 @@ public void setVisible(boolean visible) {
}

private void performNext(boolean enteringPage) {

if (addedAccounts.isEmpty())
return;
AccountPropertiesPage account =
addedAccounts.get(accountTypeCombo.getSelectionIndex());
if (enteringPage)
Expand Down

0 comments on commit 085ef6b

Please sign in to comment.