Skip to content
Snippets Groups Projects
Commit 3f22a949 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

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

parent 2a344b7f
No related branches found
No related tags found
No related merge requests found
......@@ -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'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment