diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-03-18 18:44:46 +0000 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-03-21 13:54:45 +0000 |
commit | f915df4a1f24eb032d16198c19770c47bcb7a40c (patch) | |
tree | 8b3485d84e64763d42ed7534b8700310a6fde6db /salut | |
parent | d4a982ee82f105fa5e11d8ed3086482561af431c (diff) |
Correctly use im-local-xmpp as the icon name.
6db2272 broke this.
Diffstat (limited to 'salut')
-rw-r--r-- | salut/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/salut/protocol.h b/salut/protocol.h index 83d0a715..5fc96634 100644 --- a/salut/protocol.h +++ b/salut/protocol.h @@ -64,7 +64,7 @@ GType salut_protocol_get_type (void); #define SALUT_PROTOCOL_LOCAL_XMPP_NAME "local-xmpp" #define SALUT_PROTOCOL_LOCAL_XMPP_ENGLISH_NAME "Link-local XMPP" -#define SALUT_PROTOCOL_LOCAL_XMPP_ICON_NAME "Link-local XMPP" +#define SALUT_PROTOCOL_LOCAL_XMPP_ICON_NAME "im-" SALUT_PROTOCOL_LOCAL_XMPP_NAME /** * salut_protocol_new: |