Tv transport icon fix

This commit is contained in:
Denis Fomin 2013-08-15 19:28:44 +04:00
parent 43ee6a1741
commit b5c16525c9
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ def _gen_agent_type_info():
('_jid', 'mrim'): (False, 'mrim'), ('_jid', 'mrim'): (False, 'mrim'),
('gateway', 'facebook'): (False, 'facebook'), ('gateway', 'facebook'): (False, 'facebook'),
('_jid', 'facebook'): (False, 'facebook'), ('_jid', 'facebook'): (False, 'facebook'),
('gateway', 'tv'): (False, 'tv'),
} }
# Category type to "human-readable" description string, and sort priority # Category type to "human-readable" description string, and sort priority