Skip to content

Commit

Permalink
Made use of the restore-default-button
Browse files Browse the repository at this point in the history
  • Loading branch information
KlasJoensson committed Sep 7, 2012
1 parent 157b65b commit 55d5882
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -259,6 +259,12 @@ private void updateListViewer() {
listViewer.setInput( sandBoxUserContainer.getUserNames() );
listViewer.refresh();
}

@Override
protected void performDefaults() {
propOnLogoutButton.setSelection( false );
super.performDefaults();
}

/**
* LabelProvider for the Keyring users list
Expand Down

0 comments on commit 55d5882

Please sign in to comment.