Helpviewer/FlashCookieManager/FlashCookieManagerDialog.py

changeset 4370
54dbb658f9e6
parent 4363
c00061f670c7
child 4541
e8ddd9d76414
diff -r 4ef6ecc62a9d -r 54dbb658f9e6 Helpviewer/FlashCookieManager/FlashCookieManagerDialog.py
--- a/Helpviewer/FlashCookieManager/FlashCookieManagerDialog.py	Sun Aug 16 15:02:46 2015 +0200
+++ b/Helpviewer/FlashCookieManager/FlashCookieManagerDialog.py	Sun Aug 16 15:34:40 2015 +0200
@@ -84,6 +84,9 @@
     def __addWhitelist(self, origin):
         """
         Private method to add a cookie origin to the whitelist.
+        
+        @param origin origin to be added to the list
+        @type str
         """
         if not origin:
             return
@@ -125,6 +128,9 @@
     def __addBlacklist(self, origin):
         """
         Private method to add a cookie origin to the blacklist.
+        
+        @param origin origin to be added to the list
+        @type str
         """
         if not origin:
             return
@@ -351,7 +357,7 @@
             
             suffix = ""
             if cookie.path.startswith(
-                self.__manager.flashPlayerDataPath() + 
+                self.__manager.flashPlayerDataPath() +
                     "/macromedia.com/support/flashplayer/sys"):
                 suffix = self.tr(" (settings)")
             

eric ide

mercurial