Weather transport icon
This commit is contained in:
parent
9370991acf
commit
41384b5854
2 changed files with 3 additions and 0 deletions
BIN
data/pixmaps/agents/weather.png
Normal file
BIN
data/pixmaps/agents/weather.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
|
@ -85,6 +85,9 @@ def _gen_agent_type_info():
|
||||||
# Services
|
# Services
|
||||||
('conference', 'text'): (MucBrowser, 'unknown.png'),
|
('conference', 'text'): (MucBrowser, 'unknown.png'),
|
||||||
('headline', 'rss'): (AgentBrowser, 'rss.png'),
|
('headline', 'rss'): (AgentBrowser, 'rss.png'),
|
||||||
|
('headline', 'weather'): (False, 'weather.png'),
|
||||||
|
('gateway', 'weather'): (False, 'weather.png'),
|
||||||
|
('_jid', 'weather'): (False, 'weather.png'),
|
||||||
|
|
||||||
# Transports
|
# Transports
|
||||||
('conference', 'irc'): (False, 'irc.png'),
|
('conference', 'irc'): (False, 'irc.png'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue