diff -r 2c8d96d47cda -r 15f23ed3f216 Helpviewer/AdBlock/AdBlockManager.py --- a/Helpviewer/AdBlock/AdBlockManager.py Fri May 30 13:17:20 2014 +0200 +++ b/Helpviewer/AdBlock/AdBlockManager.py Fri May 30 15:16:40 2014 +0200 @@ -246,8 +246,8 @@ Preferences.setHelp("AdBlockEnabled", self.__enabled) if self.__subscriptionsLoaded: subscriptions = [] - requiresSubscriptions = [] # intermediate store for - # subscription requiring others + requiresSubscriptions = [] + # intermediate store for subscription requiring others for subscription in self.__subscriptions: if subscription is None: continue