use ToplevelAgentBrowser for headline services with type='newmail'. fixes #3479

This commit is contained in:
Yann Leboulanger 2007-11-07 14:29:43 +00:00
parent 2a344b7f51
commit 3f22a94978
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ def _gen_agent_type_info():
('pubsub', 'generic'): (PubSubBrowser, 'pubsub.png'),
('pubsub', 'service'): (PubSubBrowser, 'pubsub.png'),
('proxy', 'bytestreams'): (None, 'bytestreams.png'), # Socks5 FT proxy
('headline', 'newmail'): (ToplevelAgentBrowser, 'mail.png'),
# Transports
('conference', 'irc'): (ToplevelAgentBrowser, 'irc.png'),