Skip to content

Commit

Permalink
Remove DefaultScope form search contexts
Browse files Browse the repository at this point in the history
DefaultScope is automatically added to ScopedPreferenceStore's search contexts
  • Loading branch information
goglepox committed Sep 13, 2013
1 parent b628023 commit 1f3f870
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -35,8 +35,7 @@ public static ScopedPreferenceStore getPreferenceStore() {
store = new ScopedPreferenceStore( InstanceScope.INSTANCE,
OpenToxConstants.PLUGIN_ID );
store.setSearchContexts( new IScopeContext[] { InstanceScope.INSTANCE,
ConfigurationScope.INSTANCE,
DefaultScope.INSTANCE } );
ConfigurationScope.INSTANCE } );
}
return store;
}
Expand Down

0 comments on commit 1f3f870

Please sign in to comment.