| Index: src/org/adblockplus/sbrowser/contentblocker/ListedSubscriptionsPreferenceCategory.java |
| diff --git a/src/org/adblockplus/sbrowser/contentblocker/ListedSubscriptionsPreferenceCategory.java b/src/org/adblockplus/sbrowser/contentblocker/ListedSubscriptionsPreferenceCategory.java |
| index 7bb76c1f8c23860d56fdb5d56051fbc815ae694c..7c61761ec3643c495ae6c750e7496dc9eb36a6dc 100644 |
| --- a/src/org/adblockplus/sbrowser/contentblocker/ListedSubscriptionsPreferenceCategory.java |
| +++ b/src/org/adblockplus/sbrowser/contentblocker/ListedSubscriptionsPreferenceCategory.java |
| @@ -81,7 +81,7 @@ public class ListedSubscriptionsPreferenceCategory extends PreferenceCategory im |
| @Override |
| protected void onAttachedToActivity() |
| { |
| - EngineService.startService(this.getContext(), this); |
| + EngineService.startService(this.getContext().getApplicationContext(), this); |
| super.onAttachedToActivity(); |
| } |