212 |
212 |
213 self.__enabled = Preferences.getHelp("AdBlockEnabled") |
213 self.__enabled = Preferences.getHelp("AdBlockEnabled") |
214 if self.__enabled: |
214 if self.__enabled: |
215 self.__loadSubscriptions() |
215 self.__loadSubscriptions() |
216 |
216 |
217 def __loadSubscriptions(): |
217 def __loadSubscriptions(self): |
218 """ |
218 """ |
219 Private method to load the set of subscriptions. |
219 Private method to load the set of subscriptions. |
220 """ |
220 """ |
221 if self.__subscriptionsLoaded: |
221 if self.__subscriptionsLoaded: |
222 return |
222 return |