diff --git a/ChangeLog b/ChangeLog index ec7cf8619..da372a21f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ Deluge 1.1.1 - (In Development) * Fix bdecoding some torrent files * Fix the -l, --logfile option * Fix #729 tracker icons not being saved in the correct location + * Add support for more tracker icons Deluge 1.1.0 - "Time gas!" (10 January 2009) Core: diff --git a/deluge/ui/tracker_icons.py b/deluge/ui/tracker_icons.py index 4ee2027bc..ceefb63d1 100644 --- a/deluge/ui/tracker_icons.py +++ b/deluge/ui/tracker_icons.py @@ -38,7 +38,7 @@ RENAMES = { "aelitis.com":"www.vuze.com" } -VALID_ICO_TYPES = ["octet-stream", "x-icon", "image/vnd.microsoft.icon"] +VALID_ICO_TYPES = ["octet-stream", "x-icon", "vnd.microsoft.icon"] VALID_PNG_TYPES = ["octet-stream", "png"] def fetch_url(url, valid_subtypes=None):