Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py

changeset 5587
ea526b78ee6c
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
diff -r 0e5421d679e7 -r ea526b78ee6c Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py
--- a/Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py	Tue Mar 07 18:46:09 2017 +0100
+++ b/Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py	Tue Mar 07 18:53:18 2017 +0100
@@ -142,11 +142,11 @@
         """
         self.__plugin.removeFromWhitelist(self.__url.host())
     
-    def __load(self, all=False):
+    def __load(self, allPlayers=False):
         """
         Private slot to load the flash content.
         
-        @param all flag indicating to load all flash players. (boolean)
+        @param allPlayers flag indicating to load all flash players (boolean)
         """
         self.__findElement()
         if not self.__element.isNull():

eric ide

mercurial