Weather transport icon

This commit is contained in:
shteef 2005-11-18 14:16:00 +00:00
parent 9370991acf
commit 41384b5854
2 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -85,6 +85,9 @@ def _gen_agent_type_info():
# Services
('conference', 'text'): (MucBrowser, 'unknown.png'),
('headline', 'rss'): (AgentBrowser, 'rss.png'),
('headline', 'weather'): (False, 'weather.png'),
('gateway', 'weather'): (False, 'weather.png'),
('_jid', 'weather'): (False, 'weather.png'),
# Transports
('conference', 'irc'): (False, 'irc.png'),