]> git.phdru.name Git - bookmarks_db.git/commitdiff
Copy icon and charset from the first of the duplicate bookmarks.
authorOleg Broytman <phd@phdru.name>
Thu, 11 Oct 2007 10:37:12 +0000 (10:37 +0000)
committerOleg Broytman <phd@phdru.name>
Thu, 11 Oct 2007 10:37:12 +0000 (10:37 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@88 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

check_urls.py

index 82d4af6946aef502fe25e80298aa6e4dec6c6fdf..057e023e7eb675026b85ec7f364bc988431e2ca4 100755 (executable)
@@ -114,7 +114,7 @@ def run():
             old_object = root_folder.linear[checked[object.href]]
             for attr_name in ("last_visit", "last_modified",
                   "error", "no_error", "moved", "size", "md5", "real_title",
-                  "last_tested", "test_time"):
+                  "last_tested", "test_time", "icon", "charset"):
                if hasattr(old_object, attr_name):
                   setattr(object, attr_name, getattr(old_object, attr_name))
          else: