use ToplevelAgentBrowser for headline services with type='newmail'. fixes #3479
This commit is contained in:
		
							parent
							
								
									2a344b7f51
								
							
						
					
					
						commit
						3f22a94978
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -85,6 +85,7 @@ def _gen_agent_type_info():
 | 
				
			||||||
		('pubsub', 'generic'):		(PubSubBrowser, 'pubsub.png'),
 | 
							('pubsub', 'generic'):		(PubSubBrowser, 'pubsub.png'),
 | 
				
			||||||
		('pubsub', 'service'):		(PubSubBrowser, 'pubsub.png'),
 | 
							('pubsub', 'service'):		(PubSubBrowser, 'pubsub.png'),
 | 
				
			||||||
		('proxy', 'bytestreams'):	(None, 'bytestreams.png'), # Socks5 FT proxy
 | 
							('proxy', 'bytestreams'):	(None, 'bytestreams.png'), # Socks5 FT proxy
 | 
				
			||||||
 | 
							('headline', 'newmail'):	(ToplevelAgentBrowser, 'mail.png'),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		# Transports
 | 
							# Transports
 | 
				
			||||||
		('conference', 'irc'):		(ToplevelAgentBrowser, 'irc.png'),
 | 
							('conference', 'irc'):		(ToplevelAgentBrowser, 'irc.png'),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue