images for mail http-ws sms and fix size of weather
This commit is contained in:
parent
c283e7e92c
commit
cbc2973942
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 965 B |
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
@ -96,14 +96,14 @@ def _gen_agent_type_info():
|
||||||
('_jid', 'aim'): (False, 'aim.png'),
|
('_jid', 'aim'): (False, 'aim.png'),
|
||||||
('gateway', 'gadu-gadu'): (False, 'gadu-gadu.png'),
|
('gateway', 'gadu-gadu'): (False, 'gadu-gadu.png'),
|
||||||
('_jid', 'gadugadu'): (False, 'gadu-gadu.png'),
|
('_jid', 'gadugadu'): (False, 'gadu-gadu.png'),
|
||||||
('gateway', 'http-ws'): (False, None),
|
('gateway', 'http-ws'): (False, 'http-ws.png'),
|
||||||
('gateway', 'icq'): (False, 'icq.png'),
|
('gateway', 'icq'): (False, 'icq.png'),
|
||||||
('_jid', 'icq'): (False, 'icq.png'),
|
('_jid', 'icq'): (False, 'icq.png'),
|
||||||
('gateway', 'msn'): (False, 'msn.png'),
|
('gateway', 'msn'): (False, 'msn.png'),
|
||||||
('_jid', 'msn'): (False, 'msn.png'),
|
('_jid', 'msn'): (False, 'msn.png'),
|
||||||
('gateway', 'sms'): (False, None),
|
('gateway', 'sms'): (False, 'sms.png'),
|
||||||
('_jid', 'sms'): (False, None),
|
('_jid', 'sms'): (False, 'sms.png'),
|
||||||
('gateway', 'smtp'): (False, None),
|
('gateway', 'smtp'): (False, 'mail.png'),
|
||||||
('gateway', 'yahoo'): (False, 'yahoo.png'),
|
('gateway', 'yahoo'): (False, 'yahoo.png'),
|
||||||
('_jid', 'yahoo'): (False, 'yahoo.png'),
|
('_jid', 'yahoo'): (False, 'yahoo.png'),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue