Author: andar
Revision: 5718
Log:
Add 'plain' as a possible ico type
Diff:
Modified: trunk/deluge/ui/tracker_icons.py
===================================================================
--- trunk/deluge/ui/tracker_icons.py 2009-09-08 09:55:19 UTC (rev 5717)
+++ trunk/deluge/ui/tracker_icons.py 2009-09-09 05:12:41 UTC (rev 5718)
@@ -51,7 +51,7 @@
"aelitis.com":"www.vuze.com"
}
-VALID_ICO_TYPES = ["octet-stream", "x-icon", "image/vnd.microsoft.icon",
"vnd.microsoft.icon"]
+VALID_ICO_TYPES = ["octet-stream", "x-icon", "image/vnd.microsoft.icon",
"vnd.microsoft.icon", "plain"]
VALID_PNG_TYPES = ["octet-stream", "png"]
def fetch_url(url, valid_subtypes=None):
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---