]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_rforking.py
Retrieve and store icon.
[bookmarks_db.git] / Robots / bkmk_rforking.py
index 9e2d5d8408d212b9e7094567437823cb437d39e3..1fb18a0adb4a884a8a8d2b841df6baabcbdc7075 100644 (file)
@@ -1,7 +1,7 @@
 """
    Forking robot
 
-   Written by BroytMann, Mar 2000 - Jun 2002. Copyright (C) 2000-2002 PhiloSoft Design
+   Written by BroytMann. Copyright (C) 2000-2007 PhiloSoft Design
 """
 
 
@@ -51,7 +51,7 @@ class robot_forking(Robot):
             new_b = pickle.loads(subp_pipe.read_record())
             for attr in ("error", "no_error",
                   "moved", "size", "md5", "real_title",
-                  "last_tested", "last_modified", "test_time"):
+                  "last_tested", "last_modified", "test_time", "icon"):
                if hasattr(new_b, attr):
                   setattr(bookmark, attr, getattr(new_b, attr))
          else: